diff --git a/docs/conf.py b/docs/conf.py index a78ba586ba1cd49a95f154c86cff94e9255638f9..b282fab142eeaa3478af1649168349f6e3d6f7fe 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,9 +48,9 @@ copyright = u'2012, GRNET' # built documents. # # The short X.Y version. -version = '0.2' +version = '0.2.1' # The full version, including alpha/beta/rc tags. -release = '0.2' +release = '0.2.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/image_creator/__init__.py b/image_creator/__init__.py index f9c092d15f1aa63a463362fab1a588d1aeb0b525..8578c65bad5eeda7763c79fda27262d91f6e5cbd 100644 --- a/image_creator/__init__.py +++ b/image_creator/__init__.py @@ -31,6 +31,6 @@ # interpreted as representing official policies, either expressed # or implied, of GRNET S.A. -__version__ = '0.2' +__version__ = '0.2.1' # vim: set sta sts=4 shiftwidth=4 sw=4 et ai :