From 9f09214dabc3470b9336ba534fe7cbe3631e2322 Mon Sep 17 00:00:00 2001 From: sjoerdk Date: Wed, 26 Aug 2020 16:31:21 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.3.1=20=E2=86=92=201.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- idiscore/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/idiscore/__init__.py b/idiscore/__init__.py index d673ced..11b7f35 100644 --- a/idiscore/__init__.py +++ b/idiscore/__init__.py @@ -4,4 +4,4 @@ __author__ = """Sjoerd Kerkstra""" __email__ = "sjoerd.kerkstra@radboudumcn.nl" -__version__ = "0.3.1" +__version__ = "1.0.0" diff --git a/setup.cfg b/setup.cfg index b23b934..facd114 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.1 +current_version = 1.0.0 commit = True tag = True diff --git a/setup.py b/setup.py index a4b2949..d1744ad 100644 --- a/setup.py +++ b/setup.py @@ -45,6 +45,6 @@ test_suite="tests", tests_require=test_requirements, url="https://github.com/sjoerdk/idiscore", - version="0.3.1", + version="1.0.0", zip_safe=False, )