Skip to content

Commit

Permalink
Add frozen structures to init (#43)
Browse files Browse the repository at this point in the history
* add frozen structures to __all__

* bump version to 0.1.3
  • Loading branch information
svlandeg authored Sep 8, 2023
1 parent 40de02f commit cb77540
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion confection/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1068,4 +1068,10 @@ def make_promise_schema(
return create_model("ArgModel", **sig_args)


__all__ = ["Config", "registry", "ConfigValidationError"]
__all__ = [
"Config",
"registry",
"ConfigValidationError",
"SimpleFrozenDict",
"SimpleFrozenList",
]
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[metadata]
version = 0.1.2
version = 0.1.3
description = The sweetest config system for Python
url = https://github.com/explosion/confection
author = Explosion
Expand Down

0 comments on commit cb77540

Please sign in to comment.