diff --git a/piston/version.py b/piston/version.py index daa50c7..aa56ed4 100644 --- a/piston/version.py +++ b/piston/version.py @@ -1 +1 @@ -__version__ = "1.4.2" +__version__ = "1.4.3" diff --git a/pyproject.toml b/pyproject.toml index 8490063..bd77b3b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "piston-cli" -version = "1.4.2" +version = "1.4.3" description = "A cli tool with an terminal editor to compile over 35 languages instantly using the piston api." authors = ["Shivansh-007 ", "SuperMaZingCoder "] license = "MIT"