diff --git a/CHANGES.rst b/CHANGES.rst index ae777d7..59a64a2 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,8 +1,8 @@ Changes ======= -2.1 (unreleased) ----------------- +2.0.1 (2023-08-23) +------------------ - Mark wheel as not universal. diff --git a/setup.py b/setup.py index 22d9463..31bceac 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='gocept.collmex', - version='2.1.dev0', + version='2.0.1', author='gocept', author_email='mail@gocept.com', description='Python-bindings for the Collmex import/export API',