Skip to content

Commit

Permalink
Update version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
luca-s authored and twiecki committed Oct 3, 2017
1 parent 132bc65 commit dcb8814
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion alphalens/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
from . import tears
from . import utils

__version__ = '0.1.1'
__version__ = '0.1.2'

__all__ = ['performance', 'plotting', 'tears', 'utils']
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
Expand Down

0 comments on commit dcb8814

Please sign in to comment.