We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e253969 commit bdd1151Copy full SHA for bdd1151
setup.py
@@ -14,10 +14,10 @@
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
-
+# 0.5.0 - new IMF website structure from Oct 2020 on by @aneziac
18
setup(
19
name="weo",
20
- version="0.4.0",
+ version="0.5.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