Skip to content

Commit 1fdf627

Browse files
committed
Bump version: 0.7.2 → 0.7.3
1 parent ecc0a13 commit 1fdf627

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

mc2skos/__init__.py

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

setup.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
[aliases]
2-
test = pytest
3-
41
[bumpversion]
5-
current_version = 0.7.2
2+
current_version = 0.7.3
63
commit = True
74
tag = True
85

6+
[aliases]
7+
test = pytest
8+
99
[bumpversion:file:setup.py]
1010

1111
[bumpversion:file:mc2skos/__init__.py]

setup.py

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

1717
setup(name='mc2skos',
18-
version='0.7.2', # Use bumpversion to update
18+
version='0.7.3', # Use bumpversion to update
1919
description='Convert Marc21 Classification records in MARC/XML to SKOS/RDF ',
2020
long_description=README,
2121
classifiers=[

0 commit comments

Comments
 (0)