From 6475dafe04943ee61b15d98b94ccec3df7f6f6bc Mon Sep 17 00:00:00 2001 From: Honza Mach <honza.mach.ml@gmail.com> Date: Sat, 5 Aug 2017 08:52:28 +0200 Subject: [PATCH] DEPLOY: Increased package version and deployed package to PyPI. --- conf.py | 4 ++-- pyzenkit/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/conf.py b/conf.py index 4bd6858..98be134 100644 --- a/conf.py +++ b/conf.py @@ -73,9 +73,9 @@ author = u'Jan Mach' # built documents. # # The short X.Y version. -version = u'0.34' +version = u'0.35' # 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 # for a list of supported languages. diff --git a/pyzenkit/__init__.py b/pyzenkit/__init__.py index e9c4151..89f2ab2 100644 --- a/pyzenkit/__init__.py +++ b/pyzenkit/__init__.py @@ -11,4 +11,4 @@ # it was developed much further and used for project of author`s employer. #------------------------------------------------------------------------------- -__version__ = "0.34" +__version__ = "0.35" diff --git a/setup.py b/setup.py index 3dc0ff8..fb76f1e 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ with open(path.join(here, 'README.rst'), encoding='utf-8') as f: setup( name = 'pyzenkit', - version = '0.34', + version = '0.35', description = 'Python 3 script and daemon toolkit', long_description = long_description, classifiers = [ -- GitLab