-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]" } | ||
] | ||
|
@@ -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", | ||
|