From 16d5dc3c0a67e124f84bf0e4d935f151f6ad6fc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Wale=C5=84?= Date: Mon, 5 Jun 2023 10:31:23 +0200 Subject: [PATCH] Update version in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4e81e31..fcf4568 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name = "sioworkers", - version = '1.4.1', + version = '1.4.2', author = "SIO2 Project Team", author_email = 'sio2@sio2project.mimuw.edu.pl', description = "Programming contest judging infrastructure",