Skip to content

Commit 309ae77

Browse files
committed
Bump python implementation version to 3.8.2
1 parent 25136b2 commit 309ae77

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
@@ -113,7 +113,7 @@ public final class PythonLanguage extends TruffleLanguage<PythonContext> {
113113
public static final String NAME = "Python";
114114
public static final int MAJOR = 3;
115115
public static final int MINOR = 8;
116-
public static final int MICRO = 1;
116+
public static final int MICRO = 2;
117117
public static final String VERSION = MAJOR + "." + MINOR + "." + MICRO;
118118

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

0 commit comments

Comments
 (0)