Skip to content

Commit 779d163

Browse files
committed
BLD Update version number and pandas dep version.
1 parent 2cd4995 commit 779d163

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
AUTHOR_EMAIL = '[email protected]'
2424
URL = "https://github.com/quantopian/pyfolio"
2525
LICENSE = "Apache License, Version 2.0"
26-
VERSION = "0.3.1"
26+
VERSION = "0.5.0"
2727

2828
classifiers = ['Development Status :: 4 - Beta',
2929
'Programming Language :: Python',
@@ -42,7 +42,7 @@
4242
'matplotlib>=1.4.0',
4343
'mock>=1.1.2',
4444
'numpy>=1.9.1',
45-
'pandas>=0.15.0',
45+
'pandas>=0.18.0',
4646
'pyparsing>=2.0.3',
4747
'python-dateutil>=2.4.2',
4848
'pytz>=2014.10',

0 commit comments

Comments
 (0)