diff --git a/pybashify/__init__.py b/pybashify/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/pyproject.toml b/pyproject.toml index 512467d..0c27a43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pybashify" -version = "0.0.2" +version = "0.0.3" description = "Use Python to write bash scripts while interop w/ bash" authors = [ { name = "Ameer Arsala", email = "ameer.arsala03@gmail.com" } ] requires-python = ">= 3.10"