Skip to content

Commit 72b73d2

Browse files
committed
updated README for v0.3.2
1 parent cbc675c commit 72b73d2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2+
[![fredapi pypi page](https://img.shields.io/pypi/dm/fredapi.svg)](https://pypi.python.org/pypi/fredapi)
3+
14
# fredapi: Python API for FRED (Federal Reserve Economic Data)
25

36
`fredapi` is a Python API for the [FRED](http://research.stlouisfed.org/fred2/) data provided by the

fredapi/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11

2-
__version__ = '0.3.1'
2+
__version__ = '0.3.2'
33
from fredapi.fred import Fred

0 commit comments

Comments
 (0)