Advanced to version 0.7.

This commit is contained in:
依瑪貓 2017-05-03 10:48:31 +08:00
parent 07ba0ab207
commit 548a5f538b
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.6") "-v", "--version", action="version", version="%(prog)s 0.7")
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.6", version="0.7",
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",