Skip to content

Commit a96807d

Browse files
committed
Bump version: 0.8.0 → 0.9.0
1 parent 271cfdf commit a96807d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

mc2skos/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.8.0' # Use bumpversion to update
1+
__version__ = '0.9.0' # Use bumpversion to update

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.8.0
2+
current_version = 0.9.0
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
README = open(os.path.join(here, 'README.rst')).read()
1515

1616
setup(name='mc2skos',
17-
version='0.8.0', # Use bumpversion to update
17+
version='0.9.0', # Use bumpversion to update
1818
description='Convert Marc21 Classification records in MARC/XML to SKOS/RDF ',
1919
long_description=README,
2020
classifiers=[

0 commit comments

Comments
 (0)