From 0d343c8538945f35cd424c2359c077dbb2febb2d Mon Sep 17 00:00:00 2001 From: Trevor James Smith <10819524+Zeitsperre@users.noreply.github.com> Date: Tue, 31 Aug 2021 09:40:27 -0400 Subject: [PATCH] bump version to 0.7.3 --- .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 510fb151..0be47543 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.7.2", + "version": "0.7.3", "use_pytest": "y", "use_pypi_deployment_with_travis": "y", "add_pyup_badge": "y", diff --git a/ravenpy/__version__.py b/ravenpy/__version__.py index 7a76c31a..c5061796 100644 --- a/ravenpy/__version__.py +++ b/ravenpy/__version__.py @@ -6,4 +6,4 @@ __author__ = """David Huard""" __email__ = "huard.david@ouranos.ca" -__version__ = "0.7.2" +__version__ = "0.7.3" diff --git a/setup.cfg b/setup.cfg index 190e827d..fce6b9b4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.7.2 +current_version = 0.7.3 commit = False tag = False diff --git a/setup.py b/setup.py index 79274a6c..bd0ae0f4 100644 --- a/setup.py +++ b/setup.py @@ -245,7 +245,7 @@ def run(self): gis=gis_requirements, ), url="https://github.com/CSHS-CWRA/ravenpy", - version="0.7.2", + version="0.7.3", zip_safe=False, cmdclass={ "install": create_external_deps_install_class(install),