Commit d367a6f8 by J. Cliff Dyer

Set version to 1.1

parent 502659cc
......@@ -19,3 +19,5 @@ Primary codejail exports.
from .exceptions import CodeJailException, JailError, SafeExecException
from .jail import configure, is_configured, get_codejail
from .languages import python2, python3, other
__version__ = u'1.1'
......@@ -6,7 +6,7 @@ from setuptools import setup
setup(
name="codejail",
version="1.0",
version="1.1",
packages=['codejail'],
description="Manages execution of untrusted code in secure sandboxes.",
license="Apache Software License, version 2.0",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment