From 8bbe08088fdbca6df351af8e655f110aa8f083a4 Mon Sep 17 00:00:00 2001 From: clamsawd Date: Tue, 1 Dec 2015 19:07:37 +0100 Subject: [PATCH] Bump up version number to 1.3.1 --- 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 3a32f8a..b61fab6 100755 --- a/ip2e-config.py +++ b/ip2e-config.py @@ -9,7 +9,7 @@ # | # Compatible with Python 3.x | # -------------------------------------------------------------- -version="1.3" +version="1.3.1" #Import python-modules import os diff --git a/ip2e-daemon.py b/ip2e-daemon.py index 5e54381..557b3fe 100755 --- a/ip2e-daemon.py +++ b/ip2e-daemon.py @@ -9,7 +9,7 @@ # | # Compatible with Python 3.x | # -------------------------------------------------------------- -version="1.3" +version="1.3.1" #Import python-modules import urllib diff --git a/ip2e-log.py b/ip2e-log.py index d4d4f8f..467a8b4 100755 --- a/ip2e-log.py +++ b/ip2e-log.py @@ -9,7 +9,7 @@ # | # Compatible with Python 3.x | # -------------------------------------------------------------- -version="1.3" +version="1.3.1" #Import python-modules import os