From 95b56d0b09cb3bcfe9a27a468e34d4839d38d537 Mon Sep 17 00:00:00 2001 From: David Huard Date: Wed, 26 Oct 2022 09:41:31 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.8.0=20=E2=86=92=200.8.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cruft.json | 2 +- ravenpy/__version__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.cruft.json b/.cruft.json index b389fa50..2eae3602 100644 --- a/.cruft.json +++ b/.cruft.json @@ -10,7 +10,7 @@ "project_slug": "ravenpy", "project_short_description": "A Python wrapper to setup and run the hydrologic modelling framework Raven.", "pypi_username": "CSHS-CWRA", - "version": "0.8.0", + "version": "0.8.1", "use_pytest": "y", "use_black": "y", "use_pypi_deployment_with_travis": "y", diff --git a/ravenpy/__version__.py b/ravenpy/__version__.py index 1eab810a..19eaabf5 100644 --- a/ravenpy/__version__.py +++ b/ravenpy/__version__.py @@ -4,4 +4,4 @@ __author__ = """David Huard""" __email__ = "huard.david@ouranos.ca" -__version__ = "0.8.0" +__version__ = "0.8.1" diff --git a/setup.cfg b/setup.cfg index 00d544c6..24dc6076 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.8.0 +current_version = 0.8.1 commit = True tag = False diff --git a/setup.py b/setup.py index 521f1abf..1fd50dcb 100644 --- a/setup.py +++ b/setup.py @@ -248,7 +248,7 @@ def run(self): gis=gis_requirements, ), url="https://github.com/CSHS-CWRA/ravenpy", - version="0.8.0", + version="0.8.1", zip_safe=False, cmdclass={ "install": create_external_deps_install_class(install),