diff options
-rw-r--r-- | version.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.py b/version.py index 86a031090..190e0d575 100644 --- a/version.py +++ b/version.py @@ -1,5 +1,5 @@ -# 3.0.2 -VERSION = (3, 0, 2) +# 3.0.3 +VERSION = (3, 0, 3) def get_version(): |