Skip to content

Commit

Permalink
Bump version: 0.0.10 → 0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
egagli committed Nov 4, 2024
1 parent 9cb8d9b commit 8f1aa4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion easysnowdata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """Eric Gagliano"""
__email__ = "[email protected]"
__version__ = "0.0.10"
__version__ = "0.0.11"
__all__=['easysnowdata','utils','remote_sensing','automatic_weather_stations','topography','hydroclimatology']

import easysnowdata.easysnowdata
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "easysnowdata"
version = "0.0.10"
version = "0.0.11"
dynamic = [
"dependencies",
]
Expand Down Expand Up @@ -52,7 +52,7 @@ universal = true


[tool.bumpversion]
current_version = "0.0.10"
current_version = "0.0.11"
commit = true
tag = true

Expand Down

0 comments on commit 8f1aa4b

Please sign in to comment.