Skip to content

Commit

Permalink
Release 2.0.3 (#134)
Browse files Browse the repository at this point in the history
Bittensor 8.5.1
  • Loading branch information
dylanuys authored Dec 18, 2024
1 parent b76f5de commit fbd852d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bitmind/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# DEALINGS IN THE SOFTWARE.


__version__ = "2.0.2"
__version__ = "2.0.3"
version_split = __version__.split(".")
__spec_version__ = (
(1000 * int(version_split[0]))
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Core ML frameworks
bittensor==8.4.1
bittensor==8.5.1
torch==2.5.1
torchvision==0.20.1
torchaudio==2.5.1
Expand Down

0 comments on commit fbd852d

Please sign in to comment.