We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d54215 commit e786e3cCopy full SHA for e786e3c
statics.py
@@ -8,7 +8,7 @@
8
# Licensed under GNU/GPLv3
9
# Copyright (C) 2019, Oğuzhan Eroğlu (https://oguzhaneroglu.com/) <rohanrhu2@gmail.com>
10
11
-VERSION = [0, 9, 7, "git"]
+VERSION = [0, 9, 7, "beta"]
12
VERSION_STRING = "v"+".".join([str(i) for i in VERSION[:-1]])+"-"+VERSION[-1]
13
14
"""
0 commit comments