mirror of
https://github.com/Tygs/0bin.git
synced 2023-08-10 21:13:00 +03:00
Bump version
This commit is contained in:
parent
3a6e8a48fe
commit
fd55001894
1
setup.py
1
setup.py
@ -42,6 +42,7 @@ setup(
|
|||||||
"License :: OSI Approved :: zlib/libpng License",
|
"License :: OSI Approved :: zlib/libpng License",
|
||||||
"Natural Language :: English",
|
"Natural Language :: English",
|
||||||
"Programming Language :: Python :: 2.7",
|
"Programming Language :: Python :: 2.7",
|
||||||
|
"Programming Language :: Python :: 3.4",
|
||||||
],
|
],
|
||||||
entry_points = {
|
entry_points = {
|
||||||
'console_scripts': [
|
'console_scripts': [
|
||||||
|
@ -7,7 +7,7 @@ from __future__ import unicode_literals, absolute_import
|
|||||||
######## NOT SETTINGS, JUST BOILER PLATE ##############
|
######## NOT SETTINGS, JUST BOILER PLATE ##############
|
||||||
import os
|
import os
|
||||||
|
|
||||||
VERSION = '0.4.1'
|
VERSION = '0.5'
|
||||||
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