Skip to content

Commit ae6e3ac

Browse files
committed
Bump version: 0.0.15 → 0.0.16
1 parent c04673a commit ae6e3ac

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

4949

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

0 commit comments

Comments
 (0)