From 4669fdf7baaf7d62fb9d778b3ffa4a8eccc4b186 Mon Sep 17 00:00:00 2001 From: Ameer Arsala Date: Sun, 13 Oct 2024 13:44:18 -0700 Subject: [PATCH] [UPDATE] v0.1.4 --- pixi.lock | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pixi.lock b/pixi.lock index db8a626..e46c20c 100644 --- a/pixi.lock +++ b/pixi.lock @@ -1932,9 +1932,9 @@ packages: requires_python: '>=3.8' - kind: pypi name: ranlibx - version: 0.1.3 + version: 0.1.4 path: . - sha256: a812a23987da5cc203076e2fe0fdfa764aa266b5d3e72dd6a4118fa2d072f371 + sha256: 706e7f09bbd865c5666756f1c4f0659455669335e3cc92ddc38f96f496c96b88 requires_dist: - fastapi>=0.112.2,<0.113 - typer>=0.12.5,<0.13 diff --git a/pyproject.toml b/pyproject.toml index cf63ac3..f56a93b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ranlibx" -version = "0.1.3" +version = "0.1.4" description = "Global interface for RAN" authors = [{ name = "Ameer Arsala", email = "ameer.arsala03@gmail.com" }] readme = "README.md"