From 1c35f830cf1c42d601b84897fe79ff02f59aabed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?O=C4=9Fuzhan=20Ero=C4=9Flu?= Date: Tue, 16 Jun 2020 19:05:47 +0300 Subject: [PATCH] Version: v0.1.0-beta --- statics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/statics.py b/statics.py index 2e55a32..bf50af9 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, 0, 20, "git"] +VERSION = [0, 1, 0, "beta"] VERSION_STRING = "v"+".".join([str(i) for i in VERSION[:-1]])+"-"+VERSION[-1] """