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 d1e5743 commit 72a390bCopy full SHA for 72a390b
geeagri/__init__.py
@@ -2,7 +2,7 @@
2
3
__author__ = """Krishnagopal Halder"""
4
__email__ = "[email protected]"
5
-__version__ = "0.1.3"
+__version__ = "1.0.0"
6
7
from . import analysis
8
from . import extract
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
name = "geeagri"
-version = "0.1.3"
+version = "1.0.0"
dynamic = [
"dependencies",
]
@@ -52,7 +52,7 @@ universal = true
52
53
54
[tool.bumpversion]
55
-current_version = "0.1.3"
+current_version = "1.0.0"
56
commit = true
57
tag = true
58
0 commit comments