From 35beaab8b5ca7123e9518ca6b6877e0ff6e4a720 Mon Sep 17 00:00:00 2001 From: xixiaoyao Date: Mon, 2 Mar 2020 16:36:31 +0800 Subject: [PATCH] update setup files --- setup.cfg | 6 +++--- setup.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.cfg b/setup.cfg index 4ee53b6..a242c5b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,11 +5,11 @@ name = paddlepalm author = zhangyiming author_email = zhangyiming04@baidu.com -version = 1.0.0 +version = 2.0 description = PaddlePALM -long_description = file: README.md -long_description_content_type = text/markdown +# long_description = file: README.md +# long_description_content_type = text/markdown home_page = https://github.com/PaddlePaddle/PALM license = Apache 2.0 diff --git a/setup.py b/setup.py index fdcfc9b..a116de9 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ with open("README.md", "r") as fh: long_description = fh.read() setuptools.setup( name="paddlepalm", - version="1.0.0", + version="2.0", author="PaddlePaddle", author_email="zhangyiming04@baidu.com", description="a flexible, general and easy-to-use NLP large-scale pretraining and multi-task learning framework.", -- GitLab