Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
cyborgshead committed Mar 26, 2024
1 parent 2d43b12 commit f2a3885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cybertensor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
nest_asyncio.apply()

# Cybertensor code and protocol version.
__version__ = "0.1.5"
__version__ = "0.1.6"
version_split = __version__.split(".")
__version_as_int__ = (
(100 * int(version_split[0]))
Expand Down

0 comments on commit f2a3885

Please sign in to comment.