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': [ 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.'