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

Bumping version, adding editor config file and a contribution section to the readme.

This commit is contained in:
sametmax
2014-06-22 10:54:49 +07:00
parent c13dc59629
commit eda8c4ae22
3 changed files with 32 additions and 2 deletions

View File

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