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 bcb7781 commit 0eb1bdbCopy full SHA for 0eb1bdb
graalpython/com.oracle.graal.python/src/com/oracle/graal/python/PythonLanguage.java
@@ -111,7 +111,7 @@ public final class PythonLanguage extends TruffleLanguage<PythonContext> {
111
public static final String NAME = "Python";
112
public static final int MAJOR = 3;
113
public static final int MINOR = 7;
114
- public static final int MICRO = 0;
+ public static final int MICRO = 3;
115
public static final String VERSION = MAJOR + "." + MINOR + "." + MICRO;
116
117
public static final String MIME_TYPE = "text/x-python";
0 commit comments