From 8c6404062f62273e2876a5d082b6cf77dfcd5c57 Mon Sep 17 00:00:00 2001 From: bswck Date: Tue, 22 Aug 2023 08:01:31 +0200 Subject: [PATCH] Release v0.8.2 --- README.md | 2 +- configzen/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 557b2bd..58d29b0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# configzen `v0.8.1` +# configzen `v0.8.2` _configzen_ – easily create and maintain complex, statically-typed configurations with validation in Python. diff --git a/configzen/__init__.py b/configzen/__init__.py index 182c882..95a69de 100644 --- a/configzen/__init__.py +++ b/configzen/__init__.py @@ -16,7 +16,7 @@ __author__ = "bswck" __copyright__ = "Copyright 2023–present, bswck" __credits__ = ["Lunarmagpie", "trag1c"] -__version__ = "0.8.1" +__version__ = "0.8.2" __all__ = ( *model.__all__, diff --git a/pyproject.toml b/pyproject.toml index 32a3a45..1347100 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "configzen" -version = "0.8.1" +version = "0.8.2" description = "The easiest way to manage configuration files in Python" authors = ["bswck "] license = "MIT"