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 |
|
# 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
|
||||||
|
|
|
@ -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()
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user