From 8ddac2032c045661958a06b46c099c6d5cfbb43f Mon Sep 17 00:00:00 2001 From: Guillermo Blanco Date: Fri, 27 Aug 2021 16:52:29 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.3.0=20=E2=86=92=200.3.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mcqa_utils/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mcqa_utils/__init__.py b/mcqa_utils/__init__.py index 16828fd..d3f2e5f 100644 --- a/mcqa_utils/__init__.py +++ b/mcqa_utils/__init__.py @@ -2,7 +2,7 @@ __author__ = """Guillermo E. Blanco""" __email__ = 'geblanco@lsi.uned.es' -__version__ = '0.3.0' +__version__ = '0.3.1' # flake8: noqa diff --git a/setup.cfg b/setup.cfg index c0d4604..143f680 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.0 +current_version = 0.3.1 commit = True tag = True diff --git a/setup.py b/setup.py index 750c97f..db29c19 100644 --- a/setup.py +++ b/setup.py @@ -45,6 +45,6 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/geblanco/mcqa_utils', - version='0.3.0', + version='0.3.1', zip_safe=False, )