We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a750312 commit 66f40c1Copy full SHA for 66f40c1
mc2skos/__init__.py
@@ -1 +1 @@
1
-__version__ = '0.11.1' # Use bumpversion to update
+__version__ = '0.12.0' # Use bumpversion to update
setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
2
-current_version = 0.11.1
+current_version = 0.12.0
3
commit = True
4
tag = True
5
@@ -12,4 +12,3 @@ test = pytest
12
13
[bdist_wheel]
14
universal = 1
15
-
setup.py
@@ -14,7 +14,7 @@
README = open(os.path.join(here, 'README.rst')).read()
16
setup(name='mc2skos',
17
- version='0.11.1', # Use bumpversion to update
+ version='0.12.0', # 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