Skip to content

Commit 9b56671

Browse files
committed
Bump v0.10.3-beta
1 parent 3675c12 commit 9b56671

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, 3, "git"]
11+
VERSION = [0, 10, 3, "beta"]
1212
VERSION_STRING = "v"+".".join([str(i) for i in VERSION[:-1]])+"-"+VERSION[-1]
1313

1414
"""

0 commit comments

Comments
 (0)