Skip to content

Commit

Permalink
Update version to 0.1.1 (quantopian#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
twiecki authored and luca-s committed Jun 20, 2017
1 parent d268e1d commit b6c32bf
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,4 +3,4 @@
from . import tears
from . import utils

__version__ = '0.1.0'
__version__ = '0.1.1'
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'
version = u'0.1.1'
# The full version, including alpha/beta/rc tags.
release = u'0.1'
release = u'0.1.1'

# 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.0',
version='0.1.1',
description='Performance analysis of predictive (alpha) stock factors',
author='Quantopian Inc.',
author_email='[email protected]',
Expand Down

0 comments on commit b6c32bf

Please sign in to comment.