We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a6c993 commit 2dc1050Copy full SHA for 2dc1050
setup.py
@@ -13,10 +13,11 @@
13
# 0.0.7 - allow two-letter country codes
14
# 0.1.2020 - change of download args and fixes for 2020 April data
15
# 0.3.0 - accept date as YYYY-MM
16
+# 0.4.0 - dates() and all_dates() functions
17
18
setup(
19
name="weo",
- version="0.3.0",
20
+ version="0.4.0",
21
description="Python client to read IMF WEO dataset as pandas dataframe",
22
url="http://github.com/epogrebnyak/weo-reader",
23
author="Evgeniy Pogrebnyak",
0 commit comments