Skip to content

Commit 66f40c1

Browse files
committed
Bump version: 0.11.1 → 0.12.0
1 parent a750312 commit 66f40c1

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

mc2skos/__init__.py

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

setup.cfg

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

@@ -12,4 +12,3 @@ test = pytest
1212

1313
[bdist_wheel]
1414
universal = 1
15-

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.11.1', # Use bumpversion to update
17+
version='0.12.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)