diff --git a/setup.py b/setup.py index 5108bbd..7211166 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def read(*names, **kwargs): setup( name="omi", - version="0.0.7", + version="0.0.8a1", license="AGPL-3.0", description="A library to process and translate open energy metadata.", long_description="%s\n%s" @@ -53,7 +53,6 @@ def read(*names, **kwargs): "Programming Language :: Python", "Programming Language :: Python :: 3.6" "Programming Language :: Python :: 3.9", - "Programming Language :: Python :: 3.10", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", # uncomment if you test on these interpreters: