From 094a60bbf2fb04158b78933ae6b1c399ba42b12a Mon Sep 17 00:00:00 2001 From: ael-code Date: Tue, 12 May 2015 10:56:20 +0200 Subject: [PATCH] moving to version 0.3.3 --- docs/source/conf.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index ab32e7e..4863980 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -57,9 +57,9 @@ # built documents. # # The short X.Y version. -version = '0.3.2' +version = '0.3.3' # The full version, including alpha/beta/rc tags. -release = '0.3.2' +release = '0.3.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index c29dbb2..4ecb235 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ def read(fname): setup( name = "Fsdb", - version = "0.3.2", + version = "0.3.3", packages=['fsdb'], author = "Ael",