Skip to content

Commit

Permalink
chore: upgrade version to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacksgong committed Sep 1, 2017
1 parent 9849363 commit 8943af3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion okcat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.'


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8943af3

Please sign in to comment.