Skip to content
This repository was archived by the owner on Jul 3, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion min_compute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion settings.toml.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "0.2.1"
version = "0.2.2"

netuid = 0
external_ip = "0.0.0.0"
Expand Down
2 changes: 1 addition & 1 deletion storb/__init__.py
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading