Skip to content

Commit 3767265

Browse files
committed
Bump version: 0.0.17 → 0.0.18
1 parent 6cbbe8f commit 3767265

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.17"
5+
__version__ = "0.0.18"
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.17"
3+
version = "0.0.18"
44
dynamic = [
55
"dependencies",
66
]
@@ -48,7 +48,7 @@ universal = true
4848

4949

5050
[tool.bumpversion]
51-
current_version = "0.0.17"
51+
current_version = "0.0.18"
5252
commit = true
5353
tag = true
5454

0 commit comments

Comments
 (0)