From 8d8c20892a30ed10907ef38da1abc657322e3706 Mon Sep 17 00:00:00 2001 From: Jake Date: Fri, 4 Oct 2019 17:55:48 +0200 Subject: [PATCH] Bump to v0.3.3 --- deepposekit/__init__.py | 2 +- setup.py | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deepposekit/__init__.py b/deepposekit/__init__.py index b8bc1e2..dddf0cd 100644 --- a/deepposekit/__init__.py +++ b/deepposekit/__init__.py @@ -28,4 +28,4 @@ __doc__ = """ """ # open('README.md').read() -__version__ = "0.3.2.dev" +__version__ = "0.3.3.dev" diff --git a/setup.py b/setup.py index c029c40..f8dc650 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ URL = "https://github.com/jgraving/deepposekit" LICENSE = "Apache 2.0" DOWNLOAD_URL = "https://github.com/jgraving/deepposekit.git" -VERSION = '0.3.2.dev' +VERSION = "0.3.3.dev" if __name__ == "__main__": @@ -39,8 +39,8 @@ maintainer=MAINTAINER, maintainer_email=MAINTAINER_EMAIL, description=DESCRIPTION, - long_description=open('README.md').read(), - long_description_content_type='text/markdown', + long_description=open("README.md").read(), + long_description_content_type="text/markdown", license=LICENSE, url=URL, version=VERSION,