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.