Bump up version number to 0.8-beta

This commit is contained in:
clamsawd 2015-10-29 22:29:52 +01:00
parent ee03e688ea
commit db9959b61e
3 changed files with 4 additions and 3 deletions

View File

@ -10,7 +10,7 @@
# Dependences: curl or wget | # Dependences: curl or wget |
# Compatible with Python 3.x | # Compatible with Python 3.x |
# -------------------------------------------------------------- # --------------------------------------------------------------
version="0.7-beta" version="0.8-beta"
#Import python-modules #Import python-modules
import os import os

View File

@ -10,7 +10,7 @@
# Dependences: curl or wget | # Dependences: curl or wget |
# Compatible with Python 3.x | # Compatible with Python 3.x |
# -------------------------------------------------------------- # --------------------------------------------------------------
version="0.7-beta" version="0.8-beta"
#Import python-modules #Import python-modules
import subprocess import subprocess
@ -88,6 +88,7 @@ else:
writeip2eIPcf() writeip2eIPcf()
#Check if curl is installed #Check if curl is installed
from subprocess import PIPE, Popen
try: try:
curlCheck = Popen(['curl', '--version'], stdout=PIPE, stderr=PIPE) curlCheck = Popen(['curl', '--version'], stdout=PIPE, stderr=PIPE)
curlCheck.stderr.close() curlCheck.stderr.close()

View File

@ -10,7 +10,7 @@
# Dependences: curl or wget | # Dependences: curl or wget |
# Compatible with Python 3.x | # Compatible with Python 3.x |
# -------------------------------------------------------------- # --------------------------------------------------------------
version="0.7-beta" version="0.8-beta"
#Import python-modules #Import python-modules
import os import os