Skip to content

Commit e4de91c

Browse files
committed
description
1 parent 719c986 commit e4de91c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[project]
22
name = "springs"
3-
version = "1.10.2"
4-
description = '''\
3+
version = "1.10.3"
4+
description = """\
55
A set of utilities to create and manage typed configuration files \
66
effectively, built on top of OmegaConf.\
7-
'''
7+
"""
88
authors = [
99
{name = "Luca Soldaini", email = "[email protected]" }
1010
]
@@ -21,7 +21,7 @@ dependencies = [
2121
"pathvalidate>=2.5.0",
2222
]
2323
classifiers = [
24-
"Development Status :: 5 - Production/Stable",
24+
"Development Status :: 4 - Beta",
2525
"License :: OSI Approved :: Apache Software License",
2626
"Operating System :: OS Independent",
2727
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)