Skip to content

Commit 0afbf2c

Browse files
chg: 🔖 prepare v1.0.0
1 parent 250cff9 commit 0afbf2c

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

setup.py

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,9 @@
1010
long_description = fh.read()
1111

1212

13-
def get_latest_git_tag(filepath):
14-
try:
15-
return (
16-
subprocess.check_output(
17-
["git", "describe", "--tags", "--abbrev=0"],
18-
cwd=os.path.dirname(filepath),
19-
)
20-
.strip()
21-
.decode()
22-
)
23-
except subprocess.CalledProcessError:
24-
return "no_tag_found"
25-
26-
2713
APP_NAME = "mindee"
2814
PACKAGE_NAME = "mindee"
2915
GIT_URL = "https://github.com/publicMindee/mindee-api-python"
30-
VERSION = "v0.3"
3116

3217

3318
def make_requirements_list(file="requirements.txt", only_regular=True):
@@ -53,7 +38,7 @@ def make_requirements_list(file="requirements.txt", only_regular=True):
5338
python_requires=">=3.0",
5439
name=f"{PACKAGE_NAME}",
5540
description="Mindee API helper library for python",
56-
version=VERSION,
41+
version="v1.0.0",
5742
long_description=long_description,
5843
long_description_content_type="text/markdown",
5944
url=GIT_URL,

0 commit comments

Comments
 (0)