Skip to content

Commit c3a6cdf

Browse files
author
Frederic Peschanski
committed
v4
1 parent b6b9f01 commit c3a6cdf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mrpython/version.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

2-
MRPYTHON_VERSION_MAJOR = 3
3-
MRPYTHON_VERSION_MINOR = 99
4-
MRPYTHON_VERSION_PATCH = 2
5-
MRPYTHON_VERSION_TAG = "alpha"
2+
MRPYTHON_VERSION_MAJOR = 4
3+
MRPYTHON_VERSION_MINOR = 0
4+
MRPYTHON_VERSION_PATCH = 0
5+
MRPYTHON_VERSION_TAG = ""
66

77

88
def version_string():

0 commit comments

Comments
 (0)