From f590e2df41425bd25fdf0c8251bb935342bc88af Mon Sep 17 00:00:00 2001 From: Henrik Heino Date: Tue, 15 Dec 2020 01:01:17 +0200 Subject: [PATCH] v1.0.6: Update website --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 1975b3c..a1fcc29 100755 --- a/setup.py +++ b/setup.py @@ -4,11 +4,11 @@ setup( name='bigjson', - version='1.0.5', + version='1.0.6', packages=['bigjson'], description='Python library that reads JSON files of any size.', author='Henrik Heino', author_email='henrik.heino@gmail.com', - url='https://github.com/henu/bigjson', + url='https://henu.fi/bigjson', license='MIT', )