Skip to content

Commit 55482cc

Browse files
committed
Version bumped due to release problem on GitHub
1 parent 9c591b0 commit 55482cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def read (*paths):
1111

1212
setup (
1313
name = 'Transcrypt',
14-
version = '3.7.3',
14+
version = '3.7.4',
1515
description = 'Python to JavaScript transpiler, supporting multiple inheritance and generating lean, highly readable code',
1616
long_description = (
1717
read ('README.rst')
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__envir__.interpreter_name = 'python';
22
__envir__.transpiler_name = 'transcrypt';
33
__envir__.executor_name = __envir__.transpiler_name;
4-
__envir__.transpiler_version = '3.7.3';
4+
__envir__.transpiler_version = '3.7.4';
55

0 commit comments

Comments
 (0)