Skip to content

Commit 7101248

Browse files
committed
MAINT Upgrade version to 0.3.1.
1 parent c5459a5 commit 7101248

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyfolio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
"Could not import bayesian submodule due to missing pymc3 dependency.",
1616
ImportWarning)
1717

18-
__version__ = '0.3'
18+
__version__ = '0.3.1'
1919
__all__ = ['utils', 'timeseries', 'pos', 'txn', 'bayesian']

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
AUTHOR_EMAIL = '[email protected]'
2323
URL = "https://github.com/quantopian/pyfolio"
2424
LICENSE = "Apache License, Version 2.0"
25-
VERSION = "0.3"
25+
VERSION = "0.3.1"
2626

2727
classifiers = ['Development Status :: 4 - Beta',
2828
'Programming Language :: Python',

0 commit comments

Comments
 (0)