From 2df6d08c6e235e461524f1526aee8b2e3f6e343f Mon Sep 17 00:00:00 2001 From: Chris Chamberlain Date: Wed, 13 Dec 2023 16:32:12 +1300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.7.6=20=E2=86=92=200.7.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- pyproject.toml | 2 +- toshi_hazard_store/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0874186..33755e0 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.7.6 +current_version = 0.7.7 commit = True tag = True diff --git a/pyproject.toml b/pyproject.toml index 7113c52..762c905 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool] [tool.poetry] name = "toshi-hazard-store" -version = "0.7.6" +version = "0.7.7" homepage = "https://github.com/GNS-Science/toshi-hazard-store" description = "Library for saving and retrieving NZHSM openquake hazard results with convenience (uses AWS Dynamodb)." authors = ["GNS Science "] diff --git a/toshi_hazard_store/__init__.py b/toshi_hazard_store/__init__.py index 450b1f0..29b106e 100644 --- a/toshi_hazard_store/__init__.py +++ b/toshi_hazard_store/__init__.py @@ -2,7 +2,7 @@ __author__ = """GNS Science""" __email__ = 'chrisbc@artisan.co.nz' -__version__ = '0.7.6' +__version__ = '0.7.7' import toshi_hazard_store.model as model import toshi_hazard_store.query.hazard_query as query_v3 # alias for clients using deprecated module name