From d4be97d23574bfbbf93207d70b06a033d9013826 Mon Sep 17 00:00:00 2001 From: Igor Kalnitsky Date: Tue, 14 Jan 2014 00:11:22 +0200 Subject: [PATCH] Version 0.2 --- docs/conf.py | 4 ++-- em/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index f7ada39..d2b3d82 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,9 +51,9 @@ # built documents. # # The short X.Y version. -version = '0.1' +version = '0.2' # The full version, including alpha/beta/rc tags. -release = '0.1' +release = '0.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/em/__init__.py b/em/__init__.py index feaac38..9c13fb1 100644 --- a/em/__init__.py +++ b/em/__init__.py @@ -22,7 +22,7 @@ import argparse -__version__ = '0.2-dev' +__version__ = '0.2' #: True if Python 2.x interpreter was detected.