This commit is contained in:
TerenceLiu98 2021-07-08 09:58:22 +08:00
parent e871495894
commit a0054f11e4
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
import sys
import os
__version__ = "0.1.9"
__version__ = "0.1.9a"
__author__ = "Terence Lau"

View File

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