From 7e7a27fa5f4d4453596ea43eee7e3faba7435b32 Mon Sep 17 00:00:00 2001 From: Bram Daams Date: Thu, 2 Apr 2020 22:22:16 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.2=20=E2=86=92=200.2.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sch/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sch/__init__.py b/sch/__init__.py index 81c2c34..61a2a42 100644 --- a/sch/__init__.py +++ b/sch/__init__.py @@ -2,4 +2,4 @@ __author__ = """Bram Daams""" __email__ = 'b.daams@science.ru.nl' -__version__ = '0.2.2' +__version__ = '0.2.3' diff --git a/setup.cfg b/setup.cfg index 5f6353e..bbfdc95 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.2 +current_version = 0.2.3 commit = True tag = True diff --git a/setup.py b/setup.py index cd5965e..782cd46 100644 --- a/setup.py +++ b/setup.py @@ -59,6 +59,6 @@ setup( test_suite='tests', tests_require=TEST_REQUIREMENTS, url='https://gitlab.science.ru.nl/bram/sch', - version='0.2.2', + version='0.2.3', zip_safe=False, ) -- GitLab