From 548a5f538b0c6c047e90717d88c203b12c6ee41a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Wed, 3 May 2017 10:48:31 +0800 Subject: [PATCH] Advanced to version 0.7. --- bin/obasync | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/obasync b/bin/obasync index 4392cdc..63c60d6 100755 --- a/bin/obasync +++ b/bin/obasync @@ -220,7 +220,7 @@ def parse_args(): " an \"Untitied 1\" (in your language) if it is a new" " file.")) 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() # Obtain the absolute path diff --git a/setup.py b/setup.py index 6f9fbf1..0e0b217 100755 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ if os.path.basename(sys.executable) == "python.bin": os.path.dirname(sys.executable), "python") setup(name="obasync", - version="0.6", + version="0.7", description="Office Basic macro source synchronizer", url="https://pypi.python.org/pypi/obasync", author="imacat",