Skip to content

Commit 6f5bd64

Browse files
committed
Bump version: 0.0.2 → 0.1.0
1 parent 3ce81fc commit 6f5bd64

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

geodev/__init__.py

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

33
__author__ = """Qiusheng Wu"""
44
__email__ = "giswqs@gmail.com"
5-
__version__ = "0.0.2"
5+
__version__ = "0.1.0"
66

77
from .geodev import *

pyproject.toml

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

5353

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

0 commit comments

Comments
 (0)