Skip to content

Commit 997e694

Browse files
committed
Bump version: 1.5.2 → 1.5.3
1 parent bdb5d90 commit 997e694

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

setup.cfg

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.5.2
2+
current_version = 1.5.3
33
commit = True
44
tag = True
55
tag_name = {new_version}
@@ -9,7 +9,8 @@ tag_name = {new_version}
99
[bumpversion:file:src/prov/__init__.py]
1010

1111
[bdist_wheel]
12-
universal=1
12+
universal = 1
1313

1414
[metadata]
1515
description-file = README.rst
16+

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
setup(
2626
name='prov',
27-
version='1.5.2',
27+
version='1.5.3',
2828
description='A library for W3C Provenance Data Model supporting PROV-JSON, '
2929
'PROV-XML and PROV-O (RDF)',
3030
long_description=readme,

src/prov/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
__author__ = 'Trung Dong Huynh'
55
__email__ = '[email protected]'
6-
__version__ = '1.5.2'
6+
__version__ = '1.5.3'
77

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

0 commit comments

Comments
 (0)