Skip to content

Commit

Permalink
Bump version: 2.0.1 → 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
osma committed Oct 9, 2020
1 parent 8014fd8 commit 1b2885c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 = 2.0.1
current_version = 2.1.0
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='skosify',
version='2.0.1', # Use bumpversion to update
version='2.1.0', # Use bumpversion to update
description='SKOS converter for RDFS/OWL/SKOS vocabularies.',
long_description=README,
classifiers=[
Expand Down
2 changes: 1 addition & 1 deletion skosify/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
from .config import config
from . import infer, check

__version__ = '2.0.1' # Use bumpversion to update
__version__ = '2.1.0' # Use bumpversion to update
__all__ = ['skosify', 'config', 'infer', 'check']

0 comments on commit 1b2885c

Please sign in to comment.