We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e82446e commit cc37375Copy full SHA for cc37375
deepposekit/__init__.py
@@ -34,4 +34,4 @@
34
'\n')
35
36
37
-__version__ = '0.1.dev'
+__version__ = '0.1.1.dev'
setup.py
@@ -20,7 +20,7 @@
20
import warnings
21
from setuptools import setup, find_packages
22
23
-DESCRIPTION = "pose estimation using deep learning"
+DESCRIPTION = "a toolkit for pose estimation using deep learning"
24
LONG_DESCRIPTION = """\
25
a toolkit for pose estimation using deep learning
26
"""
@@ -31,7 +31,7 @@
31
URL = 'https://github.com/jgraving/deepposekit'
32
LICENSE = 'Apache 2.0'
33
DOWNLOAD_URL = 'https://github.com/jgraving/deepposekit.git'
-VERSION = '0.1.dev'
+VERSION = '0.1.1.dev'
if __name__ == "__main__":
0 commit comments