From b1afbef52f9d39db3e43a77061a6d40fc66df55c Mon Sep 17 00:00:00 2001 From: egagli Date: Mon, 19 Aug 2024 12:13:35 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.6=20=E2=86=92=200.0.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- easysnowdata/__init__.py | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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