Skip to content

Commit 8a8f751

Browse files
committedOct 20, 2020
Bump version: 2.1.1 → 2.1.2
1 parent 7e169d8 commit 8a8f751

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.1.1
2+
current_version = 2.1.2
33
commit = True
44
tag = True
55

‎setup.py

+1-1
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='skosify',
17-
version='2.1.1', # Use bumpversion to update
17+
version='2.1.2', # Use bumpversion to update
1818
description='SKOS converter for RDFS/OWL/SKOS vocabularies.',
1919
long_description=README,
2020
classifiers=[

‎skosify/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
from .config import config
44
from . import infer, check
55

6-
__version__ = '2.1.1' # Use bumpversion to update
6+
__version__ = '2.1.2' # Use bumpversion to update
77
__all__ = ['skosify', 'config', 'infer', 'check']

0 commit comments

Comments
 (0)
Please sign in to comment.