From 6995612cd8ffd64924af2ed74cad47e85490ae00 Mon Sep 17 00:00:00 2001 From: RGBCube <78925721+RGBCube@users.noreply.github.com> Date: Wed, 26 Jan 2022 22:27:58 +0300 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 87884e2..cc261d5 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( long_description=long_description, long_description_content_type='text/markdown', url="https://github.com/RGBCube/json_wrapper", - version="1.0.1", + version="1.0.2", author="RGBCube", py_modules=["json_wrapper"], license="CC0 1.0 Universal"