From e17961fa9d951f8de4dc239e41db52180f49be68 Mon Sep 17 00:00:00 2001 From: Impelon Date: Mon, 4 May 2020 12:23:18 +0200 Subject: [PATCH] Bump version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6e95280..8da2930 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup(name="PyGVisuals", - version="0.7", + version="0.8", description="A collection of classes to create GUIs and more based purely on pygame.", url="https://github.com/Impelon/PyGVisuals", author="Impelon & kjkriegel",