diff --git a/alphalens/__init__.py b/alphalens/__init__.py index e87722c0..a7ab4f1b 100644 --- a/alphalens/__init__.py +++ b/alphalens/__init__.py @@ -3,6 +3,6 @@ from . import tears from . import utils -__version__ = '0.1.1' +__version__ = '0.1.2' __all__ = ['performance', 'plotting', 'tears', 'utils'] diff --git a/docs/source/conf.py b/docs/source/conf.py index e40d128e..faff27ba 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -57,9 +57,9 @@ # built documents. # # The short X.Y version. -version = u'0.1.1' +version = u'0.1.2' # The full version, including alpha/beta/rc tags. -release = u'0.1.1' +release = u'0.1.2' # 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 f2afb61a..634d2ca0 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ if __name__ == "__main__": setup( name='alphalens', - version='0.1.1', + version='0.1.2', description='Performance analysis of predictive (alpha) stock factors', author='Quantopian Inc.', author_email='opensource@quantopian.com',