From ec679eafb000722b9c57916fe399deddb786bf88 Mon Sep 17 00:00:00 2001 From: hhh Date: Fri, 12 Apr 2024 21:13:03 +0300 Subject: [PATCH] v1.0.1 --- docs/conf.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 61b4201..4670f1e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -24,7 +24,7 @@ copyright = "2020, Ege Ozkan; 2024, hhh" author = "Ege Ozkan, hhh" # The full version, including alpha/beta/rc tags -release = "v1.0.0" +release = "v1.0.1" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index cb62dd1..2a98a77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aiodatalite" -version = "1.0.0" +version = "1.0.1" description = "A simple Python library to bind dataclasses with databases. Now asynchronous!" authors = ["hhh ", "Ege Ozkan "] documentation = "https://aiodatalite.readthedocs.io"