From 392106f9f8dca4877a59296fc208e86385c57997 Mon Sep 17 00:00:00 2001 From: Jonas Tingeborn Date: Sun, 18 Jun 2023 22:41:00 +0200 Subject: [PATCH] Bump version to 1.1.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b2ed350..dd946a8 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name='imdb-sqlite', - version='1.0.1', + version='1.1.0', author='Jonas Tingeborn', author_email='tinjon+pip@gmail.com', description='Imports IMDB TSV files into a SQLite database',