Bump up version number to 1.1.1

This commit is contained in:
clamsawd 2015-11-06 17:45:59 +01:00
parent b930ce5fe9
commit a484ffe73d
3 changed files with 5 additions and 5 deletions

View File

@ -5,11 +5,11 @@
# ip2e (IP to email) - Create the configuration file. |
# Created by clamsawd (clamsawd@openmailbox.org) |
# Licensed by GPL v.3 |
# Last update: 01-11-2015 |
# Last update: 06-11-2015 |
# |
# Compatible with Python 3.x |
# --------------------------------------------------------------
version="1.1"
version="1.1.1"
#Import python-modules
import os

View File

@ -5,11 +5,11 @@
# ip2e (IP to email) - Run ip2e daemon. |
# Created by clamsawd (clamsawd@openmailbox.org) |
# Licensed by GPL v.3 |
# Last update: 01-11-2015 |
# Last update: 06-11-2015 |
# |
# Compatible with Python 3.x |
# --------------------------------------------------------------
version="1.1"
version="1.1.1"
#Import python-modules
import urllib

View File

@ -9,7 +9,7 @@
# |
# Compatible with Python 3.x |
# --------------------------------------------------------------
version="1.1"
version="1.1.1"
#Import python-modules
import os