Skip to content

Commit 723432b

Browse files
build: update package name to edx-codejail (#114)
Merge pull request #114 from edx/iamsobanjaved/codejail-pkg-name
2 parents 437c936 + c780726 commit 723432b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
long_description = readme.read()
77

88
setup(
9-
name="codejail",
10-
version="3.1.4",
9+
name="edx-codejail",
10+
version="3.1.5",
1111
license='Apache',
1212
description='CodeJail manages execution of untrusted code in secure sandboxes. It is designed primarily for '
1313
'Python execution, but can be used for other languages as well.',

0 commit comments

Comments
 (0)