diff --git a/.cruft.json b/.cruft.json index a63f0511..31c4dc5c 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.6", + "version": "0.7.7", "use_pytest": "y", "use_black": "y", "use_pypi_deployment_with_travis": "y", diff --git a/ravenpy/__version__.py b/ravenpy/__version__.py index 771819ea..557061f2 100644 --- a/ravenpy/__version__.py +++ b/ravenpy/__version__.py @@ -6,4 +6,4 @@ __author__ = """David Huard""" __email__ = "huard.david@ouranos.ca" -__version__ = "0.7.6" +__version__ = "0.7.7" diff --git a/setup.cfg b/setup.cfg index d4c92e20..01d30373 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.7.6 +current_version = 0.7.7 commit = False tag = False diff --git a/setup.py b/setup.py index e5be071c..ce450b6c 100644 --- a/setup.py +++ b/setup.py @@ -243,7 +243,7 @@ def run(self): gis=gis_requirements, ), url="https://github.com/CSHS-CWRA/ravenpy", - version="0.7.6", + version="0.7.7", zip_safe=False, cmdclass={ "install": create_external_deps_install_class(install),