From f950fe02d0de11ad035e7b91848fe3a76d6b7830 Mon Sep 17 00:00:00 2001 From: Adriane Boyd Date: Tue, 10 Jan 2023 11:40:46 +0100 Subject: [PATCH] Set version to v0.0.4, add python 3.11 classifier (#21) --- setup.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 0c0dd5d..b9da89a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [metadata] -version = 0.0.3 +version = 0.0.4 description = The sweetest config system for Python url = https://github.com/explosion/confection 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]