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 47959f2 commit 2eaca5fCopy full SHA for 2eaca5f
graalpython/com.oracle.graal.python/src/com/oracle/graal/python/PythonLanguage.java
@@ -119,7 +119,7 @@ public final class PythonLanguage extends TruffleLanguage<PythonContext> {
119
public static final String NAME = "Python";
120
public static final int MAJOR = 3;
121
public static final int MINOR = 8;
122
- public static final int MICRO = 2;
+ public static final int MICRO = 5;
123
public static final String VERSION = MAJOR + "." + MINOR + "." + MICRO;
124
125
public static final String MIME_TYPE = "text/x-python";
0 commit comments