From: Stefan Huber Date: Thu, 8 Jun 2017 18:35:59 +0000 (+0200) Subject: oe1archive: Fix version X-Git-Url: https://git.sthu.org/?p=shutils.git;a=commitdiff_plain;h=5924be30bd64b943cb33a927f26316477a43da1c oe1archive: Fix version --- diff --git a/oe1archive.py b/oe1archive.py index 1d4bfbf..5a8e397 100755 --- a/oe1archive.py +++ b/oe1archive.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 """A simple tool to query the Ö1 7 Tage archive.""" -__version__ = "2.0" +__version__ = "1.0" __author__ = "Stefan Huber"