From 27b0ed48ff45272ec7caa00d226b1a6ace17d593 Mon Sep 17 00:00:00 2001 From: ambertide Date: Sun, 29 May 2022 01:34:01 +0300 Subject: [PATCH] chore: bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8c0ffb2..7399cac 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r") as fh: setuptools.setup( name="datalite", # Replace with your own username - version="0.7.1", + version="0.7.2", author="Ege Ozkan", author_email="egeemirozkan24@gmail.com", description="A small package that binds dataclasses to an sqlite database",