From 3748324a36600cd265194d0ecde887a733cc8102 Mon Sep 17 00:00:00 2001 From: Ameer Arsala Date: Tue, 1 Oct 2024 18:52:13 -0700 Subject: [PATCH] [UPDATE] v0.0.31 --- pixi.lock | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pixi.lock b/pixi.lock index 80a98e8..3449a7d 100644 --- a/pixi.lock +++ b/pixi.lock @@ -1932,9 +1932,9 @@ packages: requires_python: '>=3.8' - kind: pypi name: ranlibx - version: 0.0.30 + version: 0.0.31 path: . - sha256: 2d1e987edb27ef4a2044495001ca0d24782e2e442289ca56188f3795f153c536 + sha256: 68b119b053f29fe1ab897d53df098eb3599f65c6a84c23418d6f8685850efc98 requires_dist: - fastapi>=0.112.2,<0.113 - typer>=0.12.5,<0.13 diff --git a/pyproject.toml b/pyproject.toml index 68d7dcd..e7fbb18 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ranlibx" -version = "0.0.30" +version = "0.0.31" description = "Global interface for RAN" authors = [{ name = "Ameer Arsala", email = "ameer.arsala03@gmail.com" }] readme = "README.md"