Skip to content

Commit

Permalink
Set version to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jcdyer committed Jul 16, 2016
1 parent 502659c commit d367a6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions codejail/__init__.py
Expand Up @@ -19,3 +19,5 @@
from .exceptions import CodeJailException, JailError, SafeExecException
from .jail import configure, is_configured, get_codejail
from .languages import python2, python3, other

__version__ = u'1.1'
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -6,7 +6,7 @@

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",
Expand Down

1 comment on commit d367a6f

@popejonpaul
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just love hot code like this.

Please sign in to comment.