From b68d010e4723163ce21a284bca790bffc46e74da Mon Sep 17 00:00:00 2001 From: Szabolcs Dombi Date: Sat, 23 Oct 2021 16:32:12 +0300 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4e60b546..7b22176c 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name='zengl', - version='0.2.0', + version='0.2.1', py_modules=['_zengl'], ext_modules=[ext], long_description=long_description,