diff --git a/soundrts/version.py b/soundrts/version.py index 5b6cbac7..3bcf13c9 100644 --- a/soundrts/version.py +++ b/soundrts/version.py @@ -4,7 +4,7 @@ from . import res -VERSION = "1.3.0-dev" +VERSION = "1.3.0" IS_DEV_VERSION = VERSION.endswith("-dev")