diff --git a/extracontext/__init__.py b/extracontext/__init__.py index 4e49eae..b56bd18 100644 --- a/extracontext/__init__.py +++ b/extracontext/__init__.py @@ -4,7 +4,7 @@ from .contextlocal_native import NativeContextLocal from .executor import ContextPreservingExecutor -__version__ = "1.1.0" +__version__ = "1.1.1" __all__ = [ "ContextLocal", diff --git a/pyproject.toml b/pyproject.toml index ee0fcf7..6a64ed8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,6 @@ authors = [{ name = "Joao S. O. Bueno" }] classifiers = [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", - "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11",