diff --git a/CEDA/__init__.py b/CEDA/__init__.py index 4ddd087..4ca03bb 100644 --- a/CEDA/__init__.py +++ b/CEDA/__init__.py @@ -1,7 +1,7 @@ import sys import os -__version__ = "0.2.2" +__version__ = "0.3.0" __author__ = "Terence Lau" diff --git a/README.md b/README.md index 168fbcb..53586e0 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,6 @@ * "Centralized" means all-in-one, "all data" you need in one library * "Economic data" means economic data :) -* `python` version: [https://github.com/TerenceLiu98/CEDApy](https://github.com/TerenceLiu98/CEDApy) - ### Economic Data We have included multiple API for banks or statistics deparment of countries/region: diff --git a/setup.py b/setup.py index f185af6..b616b18 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages import os setup( name = "CEDApy", - version = "0.2.2", + version = "0.3.0", keywords = "quantitative economic data", long_description = open( os.path.join(