From f3e1984b8f79313a2972fc75776c577d090cc30d Mon Sep 17 00:00:00 2001 From: Chris Chamberlain Date: Mon, 27 May 2024 17:54:35 +1200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.8.0=20=E2=86=92=200.9.0?= 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 b44e17c..8225c17 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.8.0 +current_version = 0.9.0 commit = True tag = True diff --git a/pyproject.toml b/pyproject.toml index 29c2e7d..c94b429 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool] [tool.poetry] name = "toshi-hazard-store" -version = "0.8.0" +version = "0.9.0" 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 a3bc893..726a86d 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.8.0' +__version__ = '0.9.0' import toshi_hazard_store.model as model