Fixed a very minor bug

This commit is contained in:
Ege Emir Özkan
2020-08-16 19:26:08 +03:00
parent b7e915d6db
commit 94eabb3e20
3 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ copyright = '2020, Ege Ozkan'
author = 'Ege Ozkan'
# The full version, including alpha/beta/rc tags
release = 'v0.5.3'
release = 'v0.5.5'
# -- General configuration ---------------------------------------------------

View File

@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
setuptools.setup(
name="datalite", # Replace with your own username
version="0.5.4",
version="0.5.5",
author="Ege Ozkan",
author_email="egeemirozkan24@gmail.com",
description="A small package that binds dataclasses to an sqlite database",