Fix migration failing when empty flow

This commit is contained in:
hhh
2024-06-03 23:37:10 +03:00
parent ec679eafb0
commit b0e4a1a822
3 changed files with 3 additions and 3 deletions

View File

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