Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
camfairchild committed Jul 26, 2023
1 parent c6547ff commit 2c6e17d
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 @@
5.3.1
5.3.2
2 changes: 1 addition & 1 deletion bittensor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
nest_asyncio.apply()

# Bittensor code and protocol version.
__version__ = "5.3.1"
__version__ = "5.3.2"
version_split = __version__.split(".")
__version_as_int__ = (
(100 * int(version_split[0]))
Expand Down

0 comments on commit 2c6e17d

Please sign in to comment.