From bd73c1ef0904e5561978a34ec3d3f6c56bba3ab9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?O=C4=9Fuzhan=20Ero=C4=9Flu?= Date: Mon, 22 Nov 2021 20:18:41 +0300 Subject: [PATCH] Bump v0.9.6-beta --- statics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/statics.py b/statics.py index 1dc8cf4..33e6404 100644 --- a/statics.py +++ b/statics.py @@ -8,7 +8,7 @@ # Licensed under GNU/GPLv3 # Copyright (C) 2019, Oğuzhan Eroğlu (https://oguzhaneroglu.com/) -VERSION = [0, 9, 6, "git"] +VERSION = [0, 9, 6, "beta"] VERSION_STRING = "v"+".".join([str(i) for i in VERSION[:-1]])+"-"+VERSION[-1] """