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

DEPLOY: Increased package version to '0.37' and deployed package to PyPI.

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