From b1be65a55316a5729de60ac263ddeb86d1fcd8ce Mon Sep 17 00:00:00 2001 From: HansBug Date: Thu, 25 Nov 2021 10:11:38 +0800 Subject: [PATCH 1/2] release(hansbug): update version to 1.1.0 --- treevalue/config/meta.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/treevalue/config/meta.py b/treevalue/config/meta.py index 9799bf1956..1f54a11f5c 100644 --- a/treevalue/config/meta.py +++ b/treevalue/config/meta.py @@ -7,7 +7,7 @@ __TITLE__ = "treevalue" #: Version of this project. -__VERSION__ = "1.0.0" +__VERSION__ = "1.1.0" #: Short description of the project, will be included in ``setup.py``. __DESCRIPTION__ = 'A flexible, generalized tree-based data structure.' From 68e3a9cfa412217ce3f123f2a74d26bfcb6958d3 Mon Sep 17 00:00:00 2001 From: HansBug Date: Thu, 2 Dec 2021 22:08:14 +0800 Subject: [PATCH 2/2] doc(hansbug): remove pypy support mark --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index cd617b169c..5c03302b44 100644 --- a/setup.py +++ b/setup.py @@ -80,7 +80,6 @@ def find_pyx(path='.'): 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', - 'Programming Language :: Python :: Implementation :: PyPy' ], entry_points={ 'console_scripts': [