1
0
mirror of https://github.com/Tygs/0bin.git synced 2023-08-10 21:13:00 +03:00

Bumping version

This commit is contained in:
sametmax
2012-08-07 12:52:43 +02:00
parent 54e9098999
commit 8e318c768b
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
######## NOT SETTINGS, JUST BOILER PLATE ##############
import os
VERSION = '0.1.1'
VERSION = '0.1.2'
ROOT_DIR = os.path.dirname(os.path.abspath(__file__))
LIBS_DIR = os.path.join(os.path.dirname(ROOT_DIR), 'libs')