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