We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 271cfdf commit a96807dCopy full SHA for a96807d
mc2skos/__init__.py
@@ -1 +1 @@
1
-__version__ = '0.8.0' # Use bumpversion to update
+__version__ = '0.9.0' # Use bumpversion to update
setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
2
-current_version = 0.8.0
+current_version = 0.9.0
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.8.0', # Use bumpversion to update
+ version='0.9.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