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

Bump version

This commit is contained in:
sametmax 2015-05-10 19:47:59 +02:00
parent 3a6e8a48fe
commit fd55001894
2 changed files with 2 additions and 1 deletions

View File

@ -42,6 +42,7 @@ setup(
"License :: OSI Approved :: zlib/libpng License",
"Natural Language :: English",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.4",
],
entry_points = {
'console_scripts': [

View File

@ -7,7 +7,7 @@ from __future__ import unicode_literals, absolute_import
######## NOT SETTINGS, JUST BOILER PLATE ##############
import os
VERSION = '0.4.1'
VERSION = '0.5'
ROOT_DIR = os.path.dirname(os.path.abspath(__file__))
LIBS_DIR = os.path.join(os.path.dirname(ROOT_DIR), 'libs')