We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 719c986 commit e4de91cCopy full SHA for e4de91c
pyproject.toml
@@ -1,10 +1,10 @@
1
[project]
2
name = "springs"
3
-version = "1.10.2"
4
-description = '''\
+version = "1.10.3"
+description = """\
5
A set of utilities to create and manage typed configuration files \
6
effectively, built on top of OmegaConf.\
7
- '''
+ """
8
authors = [
9
{name = "Luca Soldaini", email = "[email protected]" }
10
]
@@ -21,7 +21,7 @@ dependencies = [
21
"pathvalidate>=2.5.0",
22
23
classifiers = [
24
- "Development Status :: 5 - Production/Stable",
+ "Development Status :: 4 - Beta",
25
"License :: OSI Approved :: Apache Software License",
26
"Operating System :: OS Independent",
27
"Programming Language :: Python :: 3",
0 commit comments