Skip to content

Commit a5026db

Browse files
Merge pull request #275 from davidastephens/rel_0301
REL: Bump version to fix pypi upload
2 parents 54d3fce + 4f3d1d3 commit a5026db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas_datareader/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = version = '0.3.0'
1+
__version__ = version = '0.3.01'
22

33
from .data import (get_components_yahoo, get_data_famafrench, get_data_google, get_data_yahoo, get_data_enigma, # noqa
44
get_data_yahoo_actions, get_quote_google, get_quote_yahoo, DataReader, Options) # noqa

0 commit comments

Comments
 (0)