Skip to content

Commit

Permalink
chore: bump version to 0.2.2 (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
rayokamoto authored Jan 18, 2025
2 parents bceb0c4 + 9e11200 commit ee9fc5c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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.

0 comments on commit ee9fc5c

Please sign in to comment.