Skip to content

Commit dad867a

Browse files
committed
Bump v0.10.1-beta
1 parent d1330f3 commit dad867a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

statics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# Licensed under GNU/GPLv3
99
# Copyright (C) 2019, Oğuzhan Eroğlu (https://oguzhaneroglu.com/) <rohanrhu2@gmail.com>
1010

11-
VERSION = [0, 10, 0, "git"]
11+
VERSION = [0, 10, 1, "beta"]
1212
VERSION_STRING = "v"+".".join([str(i) for i in VERSION[:-1]])+"-"+VERSION[-1]
1313

1414
"""

0 commit comments

Comments
 (0)