Skip to content

Commit

Permalink
Bump version: 0.7.2 → 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
danmichaelo committed Oct 29, 2017
1 parent ecc0a13 commit 1fdf627
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion mc2skos/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.7.2' # Use bumpversion to update
__version__ = '0.7.3' # Use bumpversion to update
8 changes: 4 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[aliases]
test = pytest

[bumpversion]
current_version = 0.7.2
current_version = 0.7.3
commit = True
tag = True

[aliases]
test = pytest

[bumpversion:file:setup.py]

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

setup(name='mc2skos',
version='0.7.2', # Use bumpversion to update
version='0.7.3', # 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 1fdf627

Please sign in to comment.