Advanced to version 0.7.
This commit is contained in:
parent
07ba0ab207
commit
548a5f538b
@ -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
|
||||||
|
2
setup.py
2
setup.py
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user