From 9e112000c2fe545ea857fcdd94741b4064ab9673 Mon Sep 17 00:00:00 2001 From: Ray Okamoto Date: Sat, 18 Jan 2025 23:53:37 +1030 Subject: [PATCH] chore: bump version to 0.2.2 --- min_compute.yml | 2 +- pyproject.toml | 2 +- settings.toml.example | 2 +- storb/__init__.py | 2 +- uv.lock | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/min_compute.yml b/min_compute.yml index 1c880e2..8d2fc44 100644 --- a/min_compute.yml +++ b/min_compute.yml @@ -7,7 +7,7 @@ # NOTE: Specification for miners may be different from validators -version: "0.2.1" # update this version key as needed, ideally should match your release version +version: "0.2.2" # update this version key as needed, ideally should match your release version compute_spec: diff --git a/pyproject.toml b/pyproject.toml index 05f8658..886a23c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "storb" -version = "0.2.1" +version = "0.2.2" description = "An object storage subnet on the Bittensor network" readme = "README.md" license = { file = "LICENSE" } diff --git a/settings.toml.example b/settings.toml.example index a4bfbb9..287e48d 100644 --- a/settings.toml.example +++ b/settings.toml.example @@ -1,4 +1,4 @@ -version = "0.2.1" +version = "0.2.2" netuid = 0 external_ip = "0.0.0.0" diff --git a/storb/__init__.py b/storb/__init__.py index 4fbf974..e3aff3a 100644 --- a/storb/__init__.py +++ b/storb/__init__.py @@ -1,6 +1,6 @@ """Storb: An object storage subnet on the Bittensor network""" -__version__ = "0.2.1" +__version__ = "0.2.2" def get_spec_version(version: str) -> int: diff --git a/uv.lock b/uv.lock index 6a6e7c1..64378ec 100644 --- a/uv.lock +++ b/uv.lock @@ -884,7 +884,7 @@ wheels = [ [[package]] name = "storb" -version = "0.2.0" +version = "0.2.2" source = { virtual = "." } dependencies = [ { name = "aiofiles" },