Skip to content

Commit 0ffff25

Browse files
Bumps version
1 parent 52ad745 commit 0ffff25

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.12.0
1+
6.12.3

bittensor/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
# Bittensor code and protocol version.
3030

31-
__version__ = "6.12.0"
31+
__version__ = "6.12.3"
3232

3333
version_split = __version__.split(".")
3434
__version_as_int__: int = (

bittensor/subtensor.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090

9191
KEY_NONCE: Dict[str, int] = {}
9292

93-
93+
T = TypeVar("T")
9494

9595
class ParamWithTypes(TypedDict):
9696
name: str # Name of the parameter.

0 commit comments

Comments
 (0)