diff --git a/setup.py b/setup.py index 11f723e..527bd51 100644 --- a/setup.py +++ b/setup.py @@ -82,7 +82,7 @@ setup( # the notation major.minor[.patch[.sub]]. # More defails: http://peak.telecommunity.com/DevCenter/setuptools#id6 # E.G: "0.1", or "1.11.04", or "2" - version="0.1", + version="0.1.2", # An iterable of strings with the names of all packages to be included # for distribution. setup() will not recurse over this package, so it diff --git a/zerobin/default_settings.py b/zerobin/default_settings.py index 6530389..27b235a 100644 --- a/zerobin/default_settings.py +++ b/zerobin/default_settings.py @@ -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')