diff options
-rw-r--r-- | version.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.py b/version.py index 01c0c2965..890e2fec8 100644 --- a/version.py +++ b/version.py @@ -1,4 +1,4 @@ -VERSION = (0, 97, 8, 1) +VERSION = (0, 97, 8, 2) def get_version(): |