From 011ff4a11cae65bc1443e269bddc1eb3b70f3534 Mon Sep 17 00:00:00 2001 From: ConfigCat <37753260+configcat@users.noreply.github.com> Date: Thu, 2 Jan 2020 22:02:22 +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 a4df87e..1bd21cf 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ import setuptools -version = "1.0.4" +version = "1.0.5" setuptools.setup( name='configcat-flag-reference-validator', @@ -26,4 +26,4 @@ 'Programming Language :: Python :: 3.6', 'Topic :: Software Development', ], -) \ No newline at end of file +)