release app version 5.0

This commit is contained in:
Fanani M. Ihsan 2016-07-17 13:40:16 +07:00
parent 715c9ade72
commit 8a1331adc5
3 changed files with 7 additions and 3 deletions

View File

@ -1,6 +1,10 @@
Changelog
=========
Version 0.5
-----------
* bug fixed get_users bug
Version 0.4
-----------
* bug fixed

View File

@ -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.

View File

@ -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',