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 25136b2 commit 309ae77Copy full SHA for 309ae77
graalpython/com.oracle.graal.python/src/com/oracle/graal/python/PythonLanguage.java
@@ -113,7 +113,7 @@ public final class PythonLanguage extends TruffleLanguage<PythonContext> {
113
public static final String NAME = "Python";
114
public static final int MAJOR = 3;
115
public static final int MINOR = 8;
116
- public static final int MICRO = 1;
+ public static final int MICRO = 2;
117
public static final String VERSION = MAJOR + "." + MINOR + "." + MICRO;
118
119
public static final String MIME_TYPE = "text/x-python";
0 commit comments