Skip to content

Commit

Permalink
Bumps version to 7.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ibraheem-opentensor committed Jul 25, 2024
1 parent 1979c3f commit 766a1d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.2.0
7.2.1
2 changes: 1 addition & 1 deletion bittensor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@


# Bittensor code and protocol version.
__version__ = "7.2.0"
__version__ = "7.2.1"

_version_split = __version__.split(".")
__version_info__ = tuple(int(part) for part in _version_split)
Expand Down

0 comments on commit 766a1d3

Please sign in to comment.