Skip to content

Commit

Permalink
REL Bump version to 0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
twiecki committed Oct 16, 2015
1 parent 643e7a6 commit e7a9265
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyfolio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"Could not import bayesian submodule due to missing pymc3 dependency.",
ImportWarning)

__version__ = '0.1'
__version__ = '0.2'
__all__ = ['utils', 'timeseries', 'pos', 'txn', 'bayesian']
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
AUTHOR_EMAIL = '[email protected]'
URL = "https://github.com/quantopian/pyfolio"
LICENSE = "Apache License, Version 2.0"
VERSION = "0.1"
VERSION = "0.2"

classifiers = ['Development Status :: 4 - Beta',
'Programming Language :: Python',
Expand Down

0 comments on commit e7a9265

Please sign in to comment.