diff --git a/mc2skos/__init__.py b/mc2skos/__init__.py index 63efa17..6d8ce1c 100644 --- a/mc2skos/__init__.py +++ b/mc2skos/__init__.py @@ -1 +1 @@ -__version__ = '0.10.0' # Use bumpversion to update +__version__ = '0.10.1' # Use bumpversion to update diff --git a/setup.cfg b/setup.cfg index bc43b3a..07cd568 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.10.0 +current_version = 0.10.1 commit = True tag = True diff --git a/setup.py b/setup.py index 6a35a2e..bf743c4 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.10.0', # Use bumpversion to update + version='0.10.1', # Use bumpversion to update description='Convert Marc21 Classification records in MARC/XML to SKOS/RDF ', long_description=README, classifiers=[