From 6409ef8dba3058287b46a907a7b3c7266e809e02 Mon Sep 17 00:00:00 2001 From: Arnaud Dagnelies Date: Mon, 18 Nov 2019 10:43:59 +0100 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 4d7c934..4d13357 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='pysos', - version='1.2.0', + version='1.2.1', py_modules=['pysos'], scripts=['pysos.py'], description='Simple Object Storage - Persistent dicts and lists for python.', @@ -13,4 +13,4 @@ license='MIT', classifiers=[], keywords='persistent persistence dict list file' -) \ No newline at end of file +)