Skip to content

Commit 3078805

Browse files
committed
Bump version: 0.0.8 → 0.0.9
1 parent 90c237f commit 3078805

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

easysnowdata/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = """Eric Gagliano"""
44
__email__ = "[email protected]"
5-
__version__ = "0.0.8"
5+
__version__ = "0.0.9"
66
__all__=['easysnowdata','utils','remote_sensing','automatic_weather_stations','topography','hydroclimatology']
77

88
import easysnowdata.easysnowdata

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "easysnowdata"
3-
version = "0.0.8"
3+
version = "0.0.9"
44
dynamic = [
55
"dependencies",
66
]
@@ -52,7 +52,7 @@ universal = true
5252

5353

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

0 commit comments

Comments
 (0)