oe1archive: Fix version
authorStefan Huber <shuber@sthu.org>
Thu, 8 Jun 2017 18:35:59 +0000 (20:35 +0200)
committerStefan Huber <shuber@sthu.org>
Thu, 8 Jun 2017 18:35:59 +0000 (20:35 +0200)
oe1archive.py

index 1d4bfbf462c15c5b078c1d7b4979b69f2d937e58..5a8e397a3d558dab9104d1db17028fdd4d841c64 100755 (executable)
@@ -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"