Skip to content

Commit

Permalink
description
Browse files Browse the repository at this point in the history
  • Loading branch information
soldni committed Jan 17, 2023
1 parent 719c986 commit e4de91c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]" }
]
Expand All @@ -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",
Expand Down

0 comments on commit e4de91c

Please sign in to comment.