From 997e6946eb668a4c48311b36ffa3efaf25565743 Mon Sep 17 00:00:00 2001 From: Trung Dong Huynh Date: Tue, 20 Nov 2018 22:49:44 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.5.2=20=E2=86=92=201.5.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 5 +++-- setup.py | 2 +- src/prov/__init__.py | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/setup.cfg b/setup.cfg index 7a749f37..1195a558 100644 --- a/setup.cfg +++ b/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} @@ -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 + diff --git a/setup.py b/setup.py index 0793203f..4f64daed 100755 --- a/setup.py +++ b/setup.py @@ -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, diff --git a/src/prov/__init__.py b/src/prov/__init__.py index cb2715c5..fd5fe7ac 100644 --- a/src/prov/__init__.py +++ b/src/prov/__init__.py @@ -3,7 +3,7 @@ __author__ = 'Trung Dong Huynh' __email__ = 'trungdong@donggiang.com' -__version__ = '1.5.2' +__version__ = '1.5.3' __all__ = ["Error", "model", "read"]