We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbc675c commit 72b73d2Copy full SHA for 72b73d2
README.md
@@ -1,3 +1,6 @@
1
+
2
+[](https://pypi.python.org/pypi/fredapi)
3
4
# fredapi: Python API for FRED (Federal Reserve Economic Data)
5
6
`fredapi` is a Python API for the [FRED](http://research.stlouisfed.org/fred2/) data provided by the
fredapi/__init__.py
@@ -1,3 +1,3 @@
-__version__ = '0.3.1'
+__version__ = '0.3.2'
from fredapi.fred import Fred
0 commit comments