From 8943af390f531bb2d1328568321c5db2eb619fb7 Mon Sep 17 00:00:00 2001 From: Jacksgong Date: Fri, 1 Sep 2017 16:14:36 +0800 Subject: [PATCH] chore: upgrade version to 1.0.5 --- okcat/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/okcat/__init__.py b/okcat/__init__.py index 43b5de7..3494cfd 100644 --- a/okcat/__init__.py +++ b/okcat/__init__.py @@ -25,7 +25,7 @@ from okcat.terminalcolor import print_tips, print_blue __author__ = 'JacksGong' -__version__ = '1.0.4' +__version__ = '1.0.5' __description__ = 'This python script used for combine several Android projects to one project.' diff --git a/setup.py b/setup.py index 6efc0df..896ef6c 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ setup( name="OkCat", - version="1.0.4", + version="1.0.5", packages=find_packages(exclude=['demo-conf', 'arts']), # Project uses reStructuredText, so ensure that the docutils get