From a4c840177c5c916bc5f2be0e4c69d09998e439c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Veres-Szentkir=C3=A1lyi?= Date: Wed, 24 Jul 2024 17:16:50 +0200 Subject: [PATCH] bumped version to v0.5.7 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c819538..72796a6 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup setup( name='PySSTV', - version='0.5.6', + version='0.5.7', description='Python classes for generating Slow-scan Television transmissions', author=u'András Veres-Szentkirályi', author_email='vsza@vsza.hu',