diff --git a/docs/conf.py b/docs/conf.py index 7984d19..95ae12b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -23,7 +23,7 @@ copyright = '2020, Ege Ozkan' author = 'Ege Ozkan' # The full version, including alpha/beta/rc tags -release = 'v0.5.10' +release = 'v0.6.0' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index fdc6f43..6a29b9c 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.5.10", + version="0.6.0", author="Ege Ozkan", author_email="egeemirozkan24@gmail.com", description="A small package that binds dataclasses to an sqlite database",