diff --git a/pyproject.toml b/pyproject.toml index 208c2a1..66ef23b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "PyJail" -version = "0.1.2" +version = "0.1.3" description = "A Python module for sandboxing code execution." readme = "README.md" authors = [ diff --git a/setup.py b/setup.py index 1c88b1b..8221c55 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='PyJail', - version='0.1.2', + version='0.1.3', author='Mrigank Pawagi', author_email='mrigankpawagi@gmail.com', description='A Python module for sandboxing code execution.',