Bump up version

This commit is contained in:
Ege Emir Özkan
2020-08-23 00:47:41 +03:00
parent c8e707e2f0
commit 264c3ff35b
2 changed files with 2 additions and 2 deletions

View File

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

View File

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