Release 0.4.1
This commit is contained in:
parent
5d08b7216c
commit
7664a8a7f6
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ import os
|
||||||
import sys
|
import sys
|
||||||
import subprocess
|
import subprocess
|
||||||
|
|
||||||
VERSION = "0.4.0"
|
VERSION = "0.4.1"
|
||||||
MODULE_DIR = os.path.dirname(os.path.realpath(__file__))
|
MODULE_DIR = os.path.dirname(os.path.realpath(__file__))
|
||||||
ARGV0 = os.path.basename(sys.argv[0])
|
ARGV0 = os.path.basename(sys.argv[0])
|
||||||
OSDK_DIR = ".osdk"
|
OSDK_DIR = ".osdk"
|
||||||
|
|
Loading…
Add table
Reference in a new issue