Skip to content
Snippets Groups Projects
Commit c561146e authored by Honza Mach's avatar Honza Mach
Browse files

Increased package version and deployed package to PyPI.

parent a345adf6
No related branches found
No related tags found
No related merge requests found
...@@ -67,9 +67,9 @@ author = u'Jan Mach' ...@@ -67,9 +67,9 @@ author = u'Jan Mach'
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = u'0.32' version = u'0.33'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = u'0.32' release = u'0.33'
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.
......
...@@ -11,4 +11,4 @@ ...@@ -11,4 +11,4 @@
# it was developed much further and used for project of author`s employer. # it was developed much further and used for project of author`s employer.
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
__version__ = "0.32" __version__ = "0.33"
...@@ -29,7 +29,7 @@ with open(path.join(here, 'README.rst'), encoding='utf-8') as f: ...@@ -29,7 +29,7 @@ with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
setup( setup(
name = 'pyzenkit', name = 'pyzenkit',
version = '0.32', version = '0.33',
description = 'Python 3 script and daemon toolkit', description = 'Python 3 script and daemon toolkit',
long_description = long_description, long_description = long_description,
classifiers = [ classifiers = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment