diff --git a/pyproject.toml b/pyproject.toml index a24d5e2..69d34b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools"] build-backend = "setuptools.build_meta" [project] -version = "0.22.3" +version = "0.23.2" name = "absbox" dependencies = [ diff --git a/setup.cfg b/setup.cfg index 8283edf..c29918c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = absbox -version = 0.22.3 +version = 0.23.2 description-file = README.md author = xiaoyu, zhang author_email = always.zhang@gmail.com