From a12a7d5960ad0b664668e4834074bf83f2662c42 Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 4 Mar 2013 00:17:11 +0100 Subject: [PATCH] Version 0.3 --- docs/conf.py | 4 ++-- setup.py | 2 +- sigal/__init__.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index d297091..74bc950 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,9 +48,9 @@ copyright = u'2012, Simon Conseil' # built documents. # # The short X.Y version. -version = '0.2' +version = '0.3' # The full version, including alpha/beta/rc tags. -release = '0.2' +release = '0.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 1a90374..3a71891 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ with open('README.rst') as f: setup( name='sigal', - version='0.2', + version='0.3', url='https://github.com/saimn/sigal', license='MIT', author='Simon Conseil', diff --git a/sigal/__init__.py b/sigal/__init__.py index 2a5cd4f..3108863 100644 --- a/sigal/__init__.py +++ b/sigal/__init__.py @@ -33,7 +33,7 @@ sigal is yet another python script to prepare a static gallery of images: from __future__ import absolute_import __author__ = "Simon Conseil" -__version__ = "0.2" +__version__ = "0.3" __license__ = "MIT" import codecs