Advanced to version 0.6.

This commit is contained in:
依瑪貓 2017-04-29 00:49:16 +08:00
parent d706a15b28
commit 721fb0d1e6
2 changed files with 2 additions and 2 deletions

View File

@ -220,7 +220,7 @@ def parse_args():
" an \"Untitied 1\" (in your language) if it is a new" " an \"Untitied 1\" (in your language) if it is a new"
" file.")) " file."))
parser.add_argument( parser.add_argument(
"-v", "--version", action="version", version="%(prog)s 0.5") "-v", "--version", action="version", version="%(prog)s 0.6")
args = parser.parse_args() args = parser.parse_args()
# Obtain the absolute path # Obtain the absolute path

View File

@ -29,7 +29,7 @@ if os.path.basename(sys.executable) == "python.bin":
os.path.dirname(sys.executable), "python") os.path.dirname(sys.executable), "python")
setup(name="obasync", setup(name="obasync",
version="0.5", version="0.6",
description="Office Basic macro source synchronizer", description="Office Basic macro source synchronizer",
url="https://pypi.python.org/pypi/obasync", url="https://pypi.python.org/pypi/obasync",
author="imacat", author="imacat",