Skip to content

Commit

Permalink
Bumps version
Browse files Browse the repository at this point in the history
  • Loading branch information
gus-opentensor committed Jul 25, 2024
1 parent 4417aa5 commit 5f26579
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.11.0
6.11.1
2 changes: 1 addition & 1 deletion bittensor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
nest_asyncio.apply()

# Bittensor code and protocol version.
__version__ = "6.11.0"
__version__ = "6.11.1"

version_split = __version__.split(".")
__version_as_int__: int = (
Expand Down
2 changes: 1 addition & 1 deletion bittensor/subtensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@

KEY_NONCE: Dict[str, int] = {}


T = TypeVar("T")

class ParamWithTypes(TypedDict):
name: str # Name of the parameter.
Expand Down

0 comments on commit 5f26579

Please sign in to comment.