From fe6f27e3c0508b9f79eb0c89026b15384213acc2 Mon Sep 17 00:00:00 2001 From: Mark Joshwel Date: Sun, 3 Mar 2024 00:53:12 +0000 Subject: [PATCH] meta: bump to 0.1.1 --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c84e9bd..ae0e103 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # tomlantic > [!WARNING] -> tomlantic is at 0.1.0 and currently, only i use it myself. it isn't battle tested, +> tomlantic is at 0.1.1 and currently, only i use it myself. it isn't battle tested, > so issues may arise. > if you're willing to run into potential bugs and issues, feel free to use it! diff --git a/pyproject.toml b/pyproject.toml index ab03da4..fae18ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tomlantic" -version = "0.1.0" +version = "0.1.1" description = "marrying pydantic models and tomlkit documents" authors = ["Mark Joshwel "] license = "Unlicense"