Bump up version number to 0.8-beta
This commit is contained in:
parent
ee03e688ea
commit
db9959b61e
|
@ -10,7 +10,7 @@
|
|||
# Dependences: curl or wget |
|
||||
# Compatible with Python 3.x |
|
||||
# --------------------------------------------------------------
|
||||
version="0.7-beta"
|
||||
version="0.8-beta"
|
||||
|
||||
#Import python-modules
|
||||
import os
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
# Dependences: curl or wget |
|
||||
# Compatible with Python 3.x |
|
||||
# --------------------------------------------------------------
|
||||
version="0.7-beta"
|
||||
version="0.8-beta"
|
||||
|
||||
#Import python-modules
|
||||
import subprocess
|
||||
|
@ -88,6 +88,7 @@ else:
|
|||
writeip2eIPcf()
|
||||
|
||||
#Check if curl is installed
|
||||
from subprocess import PIPE, Popen
|
||||
try:
|
||||
curlCheck = Popen(['curl', '--version'], stdout=PIPE, stderr=PIPE)
|
||||
curlCheck.stderr.close()
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
# Dependences: curl or wget |
|
||||
# Compatible with Python 3.x |
|
||||
# --------------------------------------------------------------
|
||||
version="0.7-beta"
|
||||
version="0.8-beta"
|
||||
|
||||
#Import python-modules
|
||||
import os
|
||||
|
|
Loading…
Reference in New Issue
Block a user