diff --git a/setup.cfg b/setup.cfg index d595699..7476357 100644 --- a/setup.cfg +++ b/setup.cfg @@ -23,6 +23,7 @@ classifiers = Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 + Programming Language :: Python :: 3.12 Topic :: Scientific/Engineering [options] diff --git a/srsly/about.py b/srsly/about.py index 999d130..6ce1983 100644 --- a/srsly/about.py +++ b/srsly/about.py @@ -1 +1 @@ -__version__ = "2.4.7" +__version__ = "2.4.8"