mirror of
https://github.com/Tygs/0bin.git
synced 2023-08-10 21:13:00 +03:00
Bumping version
This commit is contained in:
parent
ff60fa9a3c
commit
dcefd57875
2
setup.py
2
setup.py
@ -82,7 +82,7 @@ setup(
|
|||||||
# the notation major.minor[.patch[.sub]].
|
# the notation major.minor[.patch[.sub]].
|
||||||
# More defails: http://peak.telecommunity.com/DevCenter/setuptools#id6
|
# More defails: http://peak.telecommunity.com/DevCenter/setuptools#id6
|
||||||
# E.G: "0.1", or "1.11.04", or "2"
|
# E.G: "0.1", or "1.11.04", or "2"
|
||||||
version="0.1.2",
|
version="0.2",
|
||||||
|
|
||||||
# An iterable of strings with the names of all packages to be included
|
# An iterable of strings with the names of all packages to be included
|
||||||
# for distribution. setup() will not recurse over this package, so it
|
# for distribution. setup() will not recurse over this package, so it
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
######## NOT SETTINGS, JUST BOILER PLATE ##############
|
######## NOT SETTINGS, JUST BOILER PLATE ##############
|
||||||
import os
|
import os
|
||||||
|
|
||||||
VERSION = '0.1.2'
|
VERSION = '0.2'
|
||||||
ROOT_DIR = os.path.dirname(os.path.abspath(__file__))
|
ROOT_DIR = os.path.dirname(os.path.abspath(__file__))
|
||||||
LIBS_DIR = os.path.join(os.path.dirname(ROOT_DIR), 'libs')
|
LIBS_DIR = os.path.join(os.path.dirname(ROOT_DIR), 'libs')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user