diff --git a/TODO b/TODO index 4952339..0a11096 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,3 @@ obasync TODO -* How to install with LibreOffice on MacOSX -* Documentation. +Nothing currently. diff --git a/bin/obasync b/bin/obasync index 566bb19..ddafd08 100755 --- a/bin/obasync +++ b/bin/obasync @@ -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 diff --git a/setup.py b/setup.py index ee292fe..2b1fc37 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.4", + version="0.5", description="Office Basic macro source synchronizer", url="https://pypi.python.org/pypi/obasync", author="imacat",