diff --git a/README.md b/README.md index c830cd7..8ea39fd 100644 --- a/README.md +++ b/README.md @@ -2,21 +2,21 @@ ## Introduction -This is a data collecting project, with both `python` and `R` +This is a economic data collecting library, with both `python` and `R` * `python` version: [https://github.com/TerenceLiu98/CEDApy](https://github.com/TerenceLiu98/CEDApy) * `R` version: [https://github.com/TerenceLiu98/CEDAr](https://github.com/TerenceLiu98/CEDAr) *Not Start Yet* ## Installation -1. Via the source code -2. +Via the source code + ```shell git clone https://github.com/TerenceLiu98/CEDApy.git python setup.py install ``` -2. Via the `pypi`: +Via the `pypi`: ```shell python -m pip install CEDApy diff --git a/setup.py b/setup.py index 13b8b91..3833b47 100644 --- a/setup.py +++ b/setup.py @@ -2,8 +2,8 @@ from setuptools import setup, find_packages import os setup( name = "CEDApy", - version = "0.1-alpha", - keywords = "economic data api", + version = "0.2-beta", + keywords = "economic data", long_description = open( os.path.join( os.path.dirname(__file__),