Skip to content

Commit

Permalink
bump version to 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Aug 31, 2021
1 parent 349c0ae commit 0d343c8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion ravenpy/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

__author__ = """David Huard"""
__email__ = "huard.david@ouranos.ca"
__version__ = "0.7.2"
__version__ = "0.7.3"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.7.2
current_version = 0.7.3
commit = False
tag = False

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 0d343c8

Please sign in to comment.