Skip to content

Commit df1af1f

Browse files
author
Florian Perucki
committed
update version
1 parent ffb6080 commit df1af1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: mrq/version.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION = "0.9.0"
1+
VERSION = "0.9.10"
22

33
if __name__ == "__main__":
44
import sys
5-
sys.stdout.write(VERSION)
5+
sys.stdout.write(VERSION)

0 commit comments

Comments
 (0)