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 +)