Skip to content

Commit 0e8473c

Browse files
committed
Bump version: 0.10.1 → 0.10.2
1 parent c472cf5 commit 0e8473c

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.10.1' # Use bumpversion to update
1+
__version__ = '0.10.2' # 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.10.1
2+
current_version = 0.10.2
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.10.1', # Use bumpversion to update
17+
version='0.10.2', # 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)