From 220c8a75c52a74c17342f9a09a0718a34a7b2df1 Mon Sep 17 00:00:00 2001 From: Chris Chamberlain Date: Wed, 3 Jul 2024 14:15:52 +1200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.8.0=20=E2=86=92=200.8.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- nzshm_common/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 296a9c5..81241a6 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.8.0 +current_version = 0.8.1 commit = True tag = True diff --git a/nzshm_common/__init__.py b/nzshm_common/__init__.py index 4a7ee1a..e98d3a7 100644 --- a/nzshm_common/__init__.py +++ b/nzshm_common/__init__.py @@ -1,6 +1,6 @@ __author__ = "GNS Science" __email__ = 'nshm@gns.cri.nz' -__version__ = '0.8.0' +__version__ = '0.8.1' from .location import location diff --git a/pyproject.toml b/pyproject.toml index 676783b..73d59bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nzshm-common" -version = "0.8.0" +version = "0.8.1" homepage = "https://github.com/GNS-Science/nzshm-common-py" description = "A small pure python library for shared NZ NSHM data like locations." authors = ["GNS Science "]