diff --git a/easysnowdata/__init__.py b/easysnowdata/__init__.py index 5da52b2..18e6ae2 100644 --- a/easysnowdata/__init__.py +++ b/easysnowdata/__init__.py @@ -2,7 +2,7 @@ __author__ = """Eric Gagliano""" __email__ = "egagli@uw.edu" -__version__ = "0.0.6" +__version__ = "0.0.7" __all__=['easysnowdata','utils','remote_sensing','automatic_weather_stations','topography','hydroclimatology'] import easysnowdata.easysnowdata diff --git a/pyproject.toml b/pyproject.toml index e9a2174..a405dd4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "easysnowdata" -version = "0.0.6" +version = "0.0.7" dynamic = [ "dependencies", ] @@ -52,7 +52,7 @@ universal = true [tool.bumpversion] -current_version = "0.0.6" +current_version = "0.0.7" commit = true tag = true