From 245ec350cf743df1ea06c653f609207303d69e5a Mon Sep 17 00:00:00 2001 From: Adriane Boyd Date: Mon, 24 Jul 2023 09:25:00 +0200 Subject: [PATCH] Set version to v2.0.9, update classifiers (#64) --- setup.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 14e8ca8..632c2ef 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [metadata] -version = 2.0.8 +version = 2.0.9 description = Super lightweight function registries for your library url = https://github.com/explosion/catalogue author = Explosion @@ -22,6 +22,7 @@ classifiers = Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 + Programming Language :: Python :: 3.11 Topic :: Scientific/Engineering [options]