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 3ce81fc commit 6f5bd64Copy full SHA for 6f5bd64
geodev/__init__.py
@@ -2,6 +2,6 @@
2
3
__author__ = """Qiusheng Wu"""
4
__email__ = "giswqs@gmail.com"
5
-__version__ = "0.0.2"
+__version__ = "0.1.0"
6
7
from .geodev import *
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
name = "geodev"
-version = "0.0.2"
+version = "0.1.0"
dynamic = [
"dependencies",
]
@@ -52,7 +52,7 @@ universal = true
52
53
54
[tool.bumpversion]
55
-current_version = "0.0.2"
+current_version = "0.1.0"
56
commit = true
57
tag = true
58
0 commit comments