We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b975457 commit 655f139Copy full SHA for 655f139
graalpython/com.oracle.graal.python/src/com/oracle/graal/python/PythonLanguage.java
@@ -107,7 +107,7 @@ public final class PythonLanguage extends TruffleLanguage<PythonContext> {
107
public static final String NAME = "Python";
108
public static final int MAJOR = 3;
109
public static final int MINOR = 7;
110
- public static final int MICRO = 3;
+ public static final int MICRO = 4;
111
public static final String VERSION = MAJOR + "." + MINOR + "." + MICRO;
112
113
public static final String MIME_TYPE = "text/x-python";
0 commit comments