Skip to content

Commit

Permalink
Merge pull request #74 from Sturdy-Subnet/release/2.1.3
Browse files Browse the repository at this point in the history
Release/2.1.3
  • Loading branch information
Shr1ftyy authored Dec 16, 2024
2 parents fcff48b + e016301 commit 0c41a7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ loguru==0.7.0
wandb==0.18.7
annotated-types==0.7.0
anyio==4.6.2.post1
bittensor==8.4.3
bittensor-cli==8.3.1
bittensor==8.5.0
bittensor-cli==8.4.2
colorama==0.4.6
decorator==5.1.1
fastapi==0.110.3
Expand Down
2 changes: 1 addition & 1 deletion sturdy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# DEALINGS IN THE SOFTWARE.

# Define the version of the template module.
__version__ = "2.1.2"
__version__ = "2.1.3"
version_split = __version__.split(".")
__spec_version__ = (1000 * int(version_split[0])) + (10 * int(version_split[1])) + (1 * int(version_split[2]))

Expand Down

0 comments on commit 0c41a7a

Please sign in to comment.