From 7451d53e86a4874aee99710075231ad3bfe22caa Mon Sep 17 00:00:00 2001 From: Ameer Arsala Date: Mon, 14 Oct 2024 13:42:43 -0700 Subject: [PATCH] [UPDATE] v0.1.1 --- pixi.lock | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pixi.lock b/pixi.lock index 80e911e..ba86fb5 100644 --- a/pixi.lock +++ b/pixi.lock @@ -1367,9 +1367,9 @@ packages: sha256: 4b41f3967fce3af57cc7e94b888626c18bf37a083e3651ca8feeb66d492fef35 - kind: pypi name: pybashify - version: 0.1.0 + version: 0.1.1 path: . - sha256: 68f246039524a2b897d5f2b9b9ff569f923323136133c4c98337e0a90af0d4d5 + sha256: 5f4849b2a3351017858407f84eb6d064f5a848462753776125be8222e5bb3b19 requires_dist: - typer>=0.12.5,<0.13 - pydantic>=2.0 diff --git a/pyproject.toml b/pyproject.toml index c2a5c0b..615b7ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pybashify" -version = "0.1.0" +version = "0.1.1" description = "Use Python to write bash scripts while interop w/ bash" authors = [ { name = "Ameer Arsala", email = "ameer.arsala03@gmail.com" } ] readme = "README.md"