From af3932467b610c03a751ef5256d9b89402d65e04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Michael=20O=2E=20Hegg=C3=B8?= Date: Wed, 17 Apr 2019 15:40:48 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.11.0=20=E2=86=92=200.11.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mc2skos/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mc2skos/__init__.py b/mc2skos/__init__.py index ecc113b..defcc5b 100644 --- a/mc2skos/__init__.py +++ b/mc2skos/__init__.py @@ -1 +1 @@ -__version__ = '0.11.0' # Use bumpversion to update +__version__ = '0.11.1' # Use bumpversion to update diff --git a/setup.cfg b/setup.cfg index 8e21b08..e597d14 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.11.0 +current_version = 0.11.1 commit = True tag = True diff --git a/setup.py b/setup.py index 8591301..00e279b 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ README = open(os.path.join(here, 'README.rst')).read() setup(name='mc2skos', - version='0.11.0', # Use bumpversion to update + version='0.11.1', # Use bumpversion to update description='Convert Marc21 Classification records in MARC/XML to SKOS/RDF ', long_description=README, classifiers=[