diff --git a/easysnowdata/__init__.py b/easysnowdata/__init__.py index efd47da..1ce26dd 100644 --- a/easysnowdata/__init__.py +++ b/easysnowdata/__init__.py @@ -2,7 +2,7 @@ __author__ = """Eric Gagliano""" __email__ = "egagli@uw.edu" -__version__ = "0.0.10" +__version__ = "0.0.11" __all__=['easysnowdata','utils','remote_sensing','automatic_weather_stations','topography','hydroclimatology'] import easysnowdata.easysnowdata diff --git a/pyproject.toml b/pyproject.toml index e8eface..347de1b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "easysnowdata" -version = "0.0.10" +version = "0.0.11" dynamic = [ "dependencies", ] @@ -52,7 +52,7 @@ universal = true [tool.bumpversion] -current_version = "0.0.10" +current_version = "0.0.11" commit = true tag = true