We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 217afab commit a6f5aefCopy full SHA for a6f5aef
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 2.0.0
+current_version = 1.0.0
3
commit = True
4
tag = True
5
setup.py
@@ -13,7 +13,7 @@ def read_requirements(path):
13
14
setup(
15
name="spateo-release",
16
- version="2.0.0",
+ version="1.0.0",
17
python_requires=">=3.7",
18
install_requires=read_requirements("requirements.txt"),
19
extras_require={
0 commit comments