File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- __version__ = '0.7.2 ' # Use bumpversion to update
1+ __version__ = '0.7.3 ' # Use bumpversion to update
Original file line number Diff line number Diff line change 1- [aliases]
2- test = pytest
3-
41[bumpversion]
5- current_version = 0.7.2
2+ current_version = 0.7.3
63commit = True
74tag = True
85
6+ [aliases]
7+ test = pytest
8+
99[bumpversion:file:setup.py]
1010
1111[bumpversion:file:mc2skos/__init__.py]
Original file line number Diff line number Diff line change 1515README = open (os .path .join (here , 'README.rst' )).read ()
1616
1717setup (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 = [
You can’t perform that action at this time.
0 commit comments