Skip to content

Commit

Permalink
Bump version: 1.5.2 → 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
trungdong committed Nov 20, 2018
1 parent bdb5d90 commit 997e694
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.5.2
current_version = 1.5.3
commit = True
tag = True
tag_name = {new_version}
Expand All @@ -9,7 +9,8 @@ tag_name = {new_version}
[bumpversion:file:src/prov/__init__.py]

[bdist_wheel]
universal=1
universal = 1

[metadata]
description-file = README.rst

2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -24,7 +24,7 @@

setup(
name='prov',
version='1.5.2',
version='1.5.3',
description='A library for W3C Provenance Data Model supporting PROV-JSON, '
'PROV-XML and PROV-O (RDF)',
long_description=readme,
Expand Down
2 changes: 1 addition & 1 deletion src/prov/__init__.py
Expand Up @@ -3,7 +3,7 @@

__author__ = 'Trung Dong Huynh'
__email__ = 'trungdong@donggiang.com'
__version__ = '1.5.2'
__version__ = '1.5.3'

__all__ = ["Error", "model", "read"]

Expand Down

0 comments on commit 997e694

Please sign in to comment.