Advanced to version 0.2.
This commit is contained in:
parent
cd92b7838d
commit
eb4fea0660
@ -89,7 +89,7 @@ def parse_args():
|
|||||||
"-r", "--run", metavar="Module.Macro",
|
"-r", "--run", metavar="Module.Macro",
|
||||||
help="The macro to run after the upload, if any.")
|
help="The macro to run after the upload, if any.")
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"-v", "--version", action="version", version="%(prog)s 0.1")
|
"-v", "--version", action="version", version="%(prog)s 0.2")
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
|
||||||
# Obtains the absolute path
|
# Obtains the absolute path
|
||||||
|
2
setup.py
2
setup.py
@ -12,7 +12,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.1",
|
version="0.2",
|
||||||
description="Office Basic macro source synchronizer",
|
description="Office Basic macro source synchronizer",
|
||||||
url="https://github.com/imacat/obasync",
|
url="https://github.com/imacat/obasync",
|
||||||
author="imacat",
|
author="imacat",
|
||||||
|
Loading…
Reference in New Issue
Block a user