Skip to content

Commit

Permalink
Bumps version to 7.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ibraheem-opentensor committed Jul 25, 2024
1 parent 2249cc7 commit b4854b6
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.3.0
7.3.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.3.0"
__version__ = "7.3.1"

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

0 comments on commit b4854b6

Please sign in to comment.