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

DEPLOY: Increased package version and deployed package to PyPI.

parent c3071422
No related branches found
No related tags found
No related merge requests found
...@@ -73,9 +73,9 @@ author = u'Jan Mach' ...@@ -73,9 +73,9 @@ author = u'Jan Mach'
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = u'0.34' version = u'0.35'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = u'0.34' release = u'0.35'
# 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.34" __version__ = "0.35"
...@@ -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.34', version = '0.35',
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.
Finish editing this message first!
Please register or to comment