chore: bump version 1

This commit is contained in:
Ege Özkan
2023-11-03 18:07:40 +02:00
committed by GitHub
parent a89d0669f4
commit bc2e07ae9e

View File

@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
setuptools.setup(
name="datalite", # Replace with your own username
version="0.7.2",
version="0.7.3",
author="Ege Ozkan",
author_email="egeemirozkan24@gmail.com",
description="A small package that binds dataclasses to an sqlite database",
@@ -19,4 +19,4 @@ setuptools.setup(
"Operating System :: OS Independent",
],
python_requires='>=3.7',
)
)