From 2b734bda936ef5b5b8d2a1df4f25a8dd44e82f19 Mon Sep 17 00:00:00 2001 From: chrisdicaprio Date: Wed, 20 Nov 2024 20:29:26 +1300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.7.9=20=E2=86=92=200.7.10?= 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 5f5c1bd..3c5c218 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.7.9 +current_version = 0.7.10 commit = True tag = True diff --git a/pyproject.toml b/pyproject.toml index 949611b..2b9f5c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool] [tool.poetry] name = "toshi-hazard-store" -version = "0.7.9" +version = "0.7.10" 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 ed0f86a..91ed941 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.9' +__version__ = '0.7.10' import toshi_hazard_store.model as model import toshi_hazard_store.query.hazard_query as query_v3 # alias for clients using deprecated module name