From e97b2b01aa6425433480703006674e7facd6b706 Mon Sep 17 00:00:00 2001 From: BumpVersion Action Date: Fri, 31 May 2024 08:43:51 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.18=20=E2=86=92=200.2.19?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- npstructures/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b888c0db..62772b0f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.18 +current_version = 0.2.19 commit = True tag = True diff --git a/npstructures/__init__.py b/npstructures/__init__.py index ffa6876a..f99a0f74 100644 --- a/npstructures/__init__.py +++ b/npstructures/__init__.py @@ -7,7 +7,7 @@ __author__ = """Knut Rand""" __email__ = "knutdrand@gmail.com" -__version__ = '0.2.18' +__version__ = '0.2.19' from . import raggedarray, raggedshape, hashtable diff --git a/setup.py b/setup.py index 8acd93a4..97710425 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/knutdrand/npstructures', - version='0.2.18', + version='0.2.19', zip_safe=False, # ext_modules=[module], )