Skip to content

Commit

Permalink
Bump to v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraving committed Oct 4, 2019
1 parent a8fa98a commit 8d8c208
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deepposekit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@


__doc__ = """ """ # open('README.md').read()
__version__ = "0.3.2.dev"
__version__ = "0.3.3.dev"
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__":
Expand All @@ -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,
Expand Down

0 comments on commit 8d8c208

Please sign in to comment.