Skip to content

Commit 9a52f54

Browse files
committed
Bump version v0.11.3-beta 🙀
1 parent a8b7673 commit 9a52f54

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/) <[email protected]>
1010

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

1414
"""

0 commit comments

Comments
 (0)