From a8f158e78af362fa031d8ad05006c156ba6ba50e Mon Sep 17 00:00:00 2001 From: 2press Date: Sat, 13 Apr 2019 10:25:27 +0200 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2a88f84..6cc64fa 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ long_description = f.read() setup(name='sc2monitor', - version='0.2.30', + version='0.2.31', description=('When executed regularly keeps track of medium' ' amount of StarCraft 2 accounts on the 1vs1 ladder'), long_description=long_description,