From 50a14d6e114ac74f218373c0e74b18c30dd5d516 Mon Sep 17 00:00:00 2001 From: egagli Date: Mon, 19 Aug 2024 13:24:07 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.7=20=E2=86=92=200.0.8?= 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 18e6ae2..2dce10a 100644 --- a/easysnowdata/__init__.py +++ b/easysnowdata/__init__.py @@ -2,7 +2,7 @@ __author__ = """Eric Gagliano""" __email__ = "egagli@uw.edu" -__version__ = "0.0.7" +__version__ = "0.0.8" __all__=['easysnowdata','utils','remote_sensing','automatic_weather_stations','topography','hydroclimatology'] import easysnowdata.easysnowdata diff --git a/pyproject.toml b/pyproject.toml index a405dd4..efdc946 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "easysnowdata" -version = "0.0.7" +version = "0.0.8" dynamic = [ "dependencies", ] @@ -52,7 +52,7 @@ universal = true [tool.bumpversion] -current_version = "0.0.7" +current_version = "0.0.8" commit = true tag = true