From ca86e799f168b7db3aa4cfb8cf0117b6ecbdf957 Mon Sep 17 00:00:00 2001 From: clamsawd Date: Fri, 30 Oct 2015 17:42:25 +0100 Subject: [PATCH] Bump up version number to 1.0 --- ip2e-config.py | 2 +- ip2e-daemon.py | 2 +- ip2e-log.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ip2e-config.py b/ip2e-config.py index 6dc013a..2a5bf43 100755 --- a/ip2e-config.py +++ b/ip2e-config.py @@ -9,7 +9,7 @@ # | # Compatible with Python 3.x | # -------------------------------------------------------------- -version="0.8-beta" +version="1.0" #Import python-modules import os diff --git a/ip2e-daemon.py b/ip2e-daemon.py index 604189b..672bf72 100755 --- a/ip2e-daemon.py +++ b/ip2e-daemon.py @@ -9,7 +9,7 @@ # | # Compatible with Python 3.x | # -------------------------------------------------------------- -version="0.8-beta" +version="1.0" #Import python-modules import urllib diff --git a/ip2e-log.py b/ip2e-log.py index eb15bbc..96db619 100755 --- a/ip2e-log.py +++ b/ip2e-log.py @@ -9,7 +9,7 @@ # | # Compatible with Python 3.x | # -------------------------------------------------------------- -version="0.8-beta" +version="1.0" #Import python-modules import os