Clean-up TODO, and advanced the version to 0.5.
This commit is contained in:
parent
a47e65a50c
commit
eea4cce149
3
TODO
3
TODO
@ -1,4 +1,3 @@
|
||||
obasync TODO
|
||||
|
||||
* How to install with LibreOffice on MacOSX
|
||||
* Documentation.
|
||||
Nothing currently.
|
||||
|
@ -216,7 +216,7 @@ def parse_args():
|
||||
help=("The target storage document if there are more than one"
|
||||
" opened documents. A partial path is OK."))
|
||||
parser.add_argument(
|
||||
"-v", "--version", action="version", version="%(prog)s 0.4")
|
||||
"-v", "--version", action="version", version="%(prog)s 0.5")
|
||||
args = parser.parse_args()
|
||||
|
||||
# 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")
|
||||
|
||||
setup(name="obasync",
|
||||
version="0.4",
|
||||
version="0.5",
|
||||
description="Office Basic macro source synchronizer",
|
||||
url="https://pypi.python.org/pypi/obasync",
|
||||
author="imacat",
|
||||
|
Loading…
x
Reference in New Issue
Block a user