From cde6a269d0364773d4468ae8d93f7882c7e7aae2 Mon Sep 17 00:00:00 2001 From: ottofabian Date: Thu, 20 Oct 2022 10:05:22 +0200 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index c029591..36dbe56 100644 --- a/setup.py +++ b/setup.py @@ -18,9 +18,9 @@ extras["all"] = list(set(itertools.chain.from_iterable(map(lambda group: extras[ setup( author='Fabian Otto, Onur Celik', name='fancy_gym', - version='0.3', + version='0.2', classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 3 - Alpha', 'Intended Audience :: Science/Research', 'License :: OSI Approved :: MIT License', 'Natural Language :: English',