From 6ad80a761eb0b968fa5217ea24451d55d2cb02e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0=2E=20G=C3=B6ktu=C4=9F=20Kayaalp?= Date: Mon, 1 Mar 2021 05:26:53 +0300 Subject: [PATCH] ; setup.py: fix missing comma --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index db0176a..be3d0e3 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ def collect_data_files(): setuptools.setup( name="pomodorino", - version="0.1.0b5" + version="0.1.0b5", author="Göktuğ Kayaalp", author_email="self@gkayaalp.com", description="Simple GTK+ Pomodoro(TM) applet",