Skip to content

Commit 655f139

Browse files
committed
update micro number
1 parent b975457 commit 655f139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/PythonLanguage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public final class PythonLanguage extends TruffleLanguage<PythonContext> {
107107
public static final String NAME = "Python";
108108
public static final int MAJOR = 3;
109109
public static final int MINOR = 7;
110-
public static final int MICRO = 3;
110+
public static final int MICRO = 4;
111111
public static final String VERSION = MAJOR + "." + MINOR + "." + MICRO;
112112

113113
public static final String MIME_TYPE = "text/x-python";

0 commit comments

Comments
 (0)