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__ = """