From eacb67b459405ae72360e89e644ee8cf7025b373 Mon Sep 17 00:00:00 2001 From: Bram Daams Date: Thu, 9 Apr 2020 17:23:20 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.5.2=20=E2=86=92=200.6.0?= 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 245381b..f0b08f7 100644 --- a/sch/__init__.py +++ b/sch/__init__.py @@ -2,4 +2,4 @@ __author__ = """Bram Daams""" __email__ = 'b.daams@science.ru.nl' -__version__ = '0.5.2' +__version__ = '0.6.0' diff --git a/setup.cfg b/setup.cfg index 97a22c9..b023496 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.2 +current_version = 0.6.0 commit = True tag = True diff --git a/setup.py b/setup.py index 3e8223c..b83bf96 100644 --- a/setup.py +++ b/setup.py @@ -58,6 +58,6 @@ setup( test_suite='tests', tests_require=TEST_REQUIREMENTS, url='https://gitlab.science.ru.nl/bram/sch', - version='0.5.2', + version='0.6.0', zip_safe=False, ) -- GitLab