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