Skip to content

Commit

Permalink
Version bumped due to release problem on GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
JdeH committed Sep 1, 2018
1 parent 9c591b0 commit 55482cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def read (*paths):

setup (
name = 'Transcrypt',
version = '3.7.3',
version = '3.7.4',
description = 'Python to JavaScript transpiler, supporting multiple inheritance and generating lean, highly readable code',
long_description = (
read ('README.rst')
Expand Down
2 changes: 1 addition & 1 deletion transcrypt/modules/org/transcrypt/__envir__.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__envir__.interpreter_name = 'python';
__envir__.transpiler_name = 'transcrypt';
__envir__.executor_name = __envir__.transpiler_name;
__envir__.transpiler_version = '3.7.3';
__envir__.transpiler_version = '3.7.4';

0 comments on commit 55482cc

Please sign in to comment.