Skip to content

Commit

Permalink
v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mrigankpawagi committed Dec 5, 2024
1 parent b60c3b7 commit a7a4d88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.',
Expand Down

0 comments on commit a7a4d88

Please sign in to comment.