From 346b0dd6934e65a7032150da51127cdaed6fec65 Mon Sep 17 00:00:00 2001 From: Beherith Date: Tue, 26 Mar 2024 11:36:10 +0100 Subject: [PATCH] Update version.py --- src/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.py b/src/version.py index 0a20407..dbbb37e 100644 --- a/src/version.py +++ b/src/version.py @@ -4,7 +4,7 @@ # In case of minor updates or bug-fixes, bump the PATCH # In case of new features which are backwards compatible with the old version, bump the MINOR # In case of breaking changes, bump the MAJOR -__VERSION__ = "0.6.2" +__VERSION__ = "0.6.3" # Update this string to add some notes to the GitHub release. __VERSION_DESC__ = """