Skip to content

Commit 72a390b

Browse files
committed
Update pyproject.toml
1 parent d1e5743 commit 72a390b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

geeagri/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = """Krishnagopal Halder"""
44
__email__ = "[email protected]"
5-
__version__ = "0.1.3"
5+
__version__ = "1.0.0"
66

77
from . import analysis
88
from . import extract

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "geeagri"
3-
version = "0.1.3"
3+
version = "1.0.0"
44
dynamic = [
55
"dependencies",
66
]
@@ -52,7 +52,7 @@ universal = true
5252

5353

5454
[tool.bumpversion]
55-
current_version = "0.1.3"
55+
current_version = "1.0.0"
5656
commit = true
5757
tag = true
5858

0 commit comments

Comments
 (0)