Skip to content

Commit

Permalink
MAINT Upgrade version to 0.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
twiecki committed Nov 12, 2015
1 parent c5459a5 commit 7101248
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.3'
__version__ = '0.3.1'
__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.3"
VERSION = "0.3.1"

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

0 comments on commit 7101248

Please sign in to comment.