diff --git a/CHANGELOG.md b/CHANGELOG.md index 1930351..c6e9562 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ Changelog ========= +Version 0.5 +----------- +* bug fixed get_users bug + Version 0.4 ----------- * bug fixed diff --git a/docs/conf.py b/docs/conf.py index 5072609..a7dbd21 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -56,9 +56,9 @@ author = u'Fanani M. Ihsan' # built documents. # # The short X.Y version. -version = u'0.4' +version = u'0.5' # The full version, including alpha/beta/rc tags. -release = u'0.4' +release = u'0.5' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 5504f8c..ae455e6 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup( name='pyzk', - version='0.4', + version='0.5', description='an unofficial library of zksoftware fingerprint device', url='https://github.com/fananimi/pyzk', author='Fanani M. Ihsan',