This commit is contained in:
hhh
2024-04-12 21:13:03 +03:00
parent a2ed04e483
commit ec679eafb0
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ copyright = "2020, Ege Ozkan; 2024, hhh"
author = "Ege Ozkan, hhh" author = "Ege Ozkan, hhh"
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = "v1.0.0" release = "v1.0.1"
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------

View File

@@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "aiodatalite" name = "aiodatalite"
version = "1.0.0" version = "1.0.1"
description = "A simple Python library to bind dataclasses with databases. Now asynchronous!" description = "A simple Python library to bind dataclasses with databases. Now asynchronous!"
authors = ["hhh <shshshsh@horsefucker.org>", "Ege Ozkan <egeemirozkan24@gmail.com>"] authors = ["hhh <shshshsh@horsefucker.org>", "Ege Ozkan <egeemirozkan24@gmail.com>"]
documentation = "https://aiodatalite.readthedocs.io" documentation = "https://aiodatalite.readthedocs.io"