From dcefd57875d4e5d2943ecde707ec8a515321ee68 Mon Sep 17 00:00:00 2001 From: sametmax Date: Tue, 19 Mar 2013 12:02:30 +0100 Subject: [PATCH] Bumping version --- setup.py | 2 +- zerobin/default_settings.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 8faf0af..d8ddc5b 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.2", + version="0.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 6a4a23f..57af307 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.2' +VERSION = '0.2' ROOT_DIR = os.path.dirname(os.path.abspath(__file__)) LIBS_DIR = os.path.join(os.path.dirname(ROOT_DIR), 'libs')