We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c472cf5 commit 0e8473cCopy full SHA for 0e8473c
mc2skos/__init__.py
@@ -1 +1 @@
1
-__version__ = '0.10.1' # Use bumpversion to update
+__version__ = '0.10.2' # Use bumpversion to update
setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
2
-current_version = 0.10.1
+current_version = 0.10.2
3
commit = True
4
tag = True
5
setup.py
@@ -14,7 +14,7 @@
14
README = open(os.path.join(here, 'README.rst')).read()
15
16
setup(name='mc2skos',
17
- version='0.10.1', # Use bumpversion to update
+ version='0.10.2', # Use bumpversion to update
18
description='Convert Marc21 Classification records in MARC/XML to SKOS/RDF ',
19
long_description=README,
20
classifiers=[
0 commit comments