From 31cbce9931768b58b65b020ed559d0d71e819395 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Sat, 23 Oct 2010 22:00:26 -0200 Subject: preparing for the release --- docs/conf.py | 2 +- g_octave/__init__.py | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 0d4cd09..22d2130 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -47,7 +47,7 @@ copyright = u'2010, Rafael Goncalves Martins' # The short X.Y version. version = '0.4' # The full version, including alpha/beta/rc tags. -release = '0.4' +release = '0.4.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/g_octave/__init__.py b/g_octave/__init__.py index d17e8c8..167a99f 100644 --- a/g_octave/__init__.py +++ b/g_octave/__init__.py @@ -3,9 +3,9 @@ """ g_octave ~~~~~~~~ - + Main package of g-Octave - + :copyright: (c) 2009-2010 by Rafael Goncalves Martins :license: GPL-2, see LICENSE for more details. """ @@ -32,4 +32,4 @@ __url__ = 'http://g-octave.rafaelmartins.eng.br/' __copyright__ = '(c) 2009-2010 %s' % __author__ __license__ = 'GPLv2' -__version__ = '0.4' +__version__ = '0.4.1' -- cgit v1.2.3-65-gdbad