update README

This commit is contained in:
TerenceLiu 2022-01-29 12:17:25 +08:00
parent a667e59905
commit a50ecb680a
3 changed files with 2 additions and 4 deletions

View File

@ -1,7 +1,7 @@
import sys import sys
import os import os
__version__ = "0.2.2" __version__ = "0.3.0"
__author__ = "Terence Lau" __author__ = "Terence Lau"

View File

@ -9,8 +9,6 @@
* "Centralized" means all-in-one, "all data" you need in one library * "Centralized" means all-in-one, "all data" you need in one library
* "Economic data" means economic data :) * "Economic data" means economic data :)
* `python` version: [https://github.com/TerenceLiu98/CEDApy](https://github.com/TerenceLiu98/CEDApy)
### Economic Data ### Economic Data
We have included multiple API for banks or statistics deparment of countries/region: We have included multiple API for banks or statistics deparment of countries/region:

View File

@ -2,7 +2,7 @@ from setuptools import setup, find_packages
import os import os
setup( setup(
name = "CEDApy", name = "CEDApy",
version = "0.2.2", version = "0.3.0",
keywords = "quantitative economic data", keywords = "quantitative economic data",
long_description = open( long_description = open(
os.path.join( os.path.join(