From e4de91c6644ecd0f97030a87726697f2c1ed0843 Mon Sep 17 00:00:00 2001 From: Luca Soldaini Date: Tue, 17 Jan 2023 09:44:50 -0800 Subject: [PATCH] description --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c099386..55e91e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,10 +1,10 @@ [project] name = "springs" -version = "1.10.2" -description = '''\ +version = "1.10.3" +description = """\ A set of utilities to create and manage typed configuration files \ effectively, built on top of OmegaConf.\ - ''' + """ authors = [ {name = "Luca Soldaini", email = "luca@soldaini.net" } ] @@ -21,7 +21,7 @@ dependencies = [ "pathvalidate>=2.5.0", ] classifiers = [ - "Development Status :: 5 - Production/Stable", + "Development Status :: 4 - Beta", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python :: 3",