From cf03861fbd2881137cff2ef6b1684aa891f4d380 Mon Sep 17 00:00:00 2001 From: soundmud Date: Thu, 23 Jul 2020 16:09:08 +0200 Subject: [PATCH] 1.3.1 --- soundrts/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soundrts/version.py b/soundrts/version.py index 5a5d1421..3afd640b 100644 --- a/soundrts/version.py +++ b/soundrts/version.py @@ -3,7 +3,7 @@ from . import res -VERSION = "1.3.0" +VERSION = "1.3.1" IS_DEV_VERSION = VERSION.endswith("-dev")