From 03092f5549c6c38037d5fcc8a281e60f3cf2a21e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Veres-Szentkir=C3=A1lyi?= Date: Sun, 25 Feb 2018 13:17:59 +0100 Subject: [PATCH] bumped version to v0.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1906242..91d2b1c 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup setup( name='PySSTV', - version='0.3.2', + version='0.4', description='Python classes for generating Slow-scan Television transmissions', author=u'András Veres-Szentkirályi', author_email='vsza@vsza.hu',