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 a8b7673 commit 9a52f54Copy full SHA for 9a52f54
‎statics.py‎
@@ -8,7 +8,7 @@
8
# Licensed under GNU/GPLv3
9
# Copyright (C) 2019, OÄŸuzhan EroÄŸlu (https://oguzhaneroglu.com/) <[email protected]>
10
11
-VERSION = [0, 11, 3, "git"]
+VERSION = [0, 11, 3, "beta"]
12
VERSION_STRING = "v"+".".join([str(i) for i in VERSION[:-1]])+"-"+VERSION[-1]
13
14
"""
0 commit comments