Skip to content

Commit

Permalink
Bump version: 0.10.1 → 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
danmichaelo committed Jun 4, 2018
1 parent c472cf5 commit 0e8473c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mc2skos/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.10.1' # Use bumpversion to update
__version__ = '0.10.2' # Use bumpversion to update
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.10.1
current_version = 0.10.2
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
README = open(os.path.join(here, 'README.rst')).read()

setup(name='mc2skos',
version='0.10.1', # Use bumpversion to update
version='0.10.2', # Use bumpversion to update
description='Convert Marc21 Classification records in MARC/XML to SKOS/RDF ',
long_description=README,
classifiers=[
Expand Down

0 comments on commit 0e8473c

Please sign in to comment.