We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52ad745 commit 0ffff25Copy full SHA for 0ffff25
VERSION
@@ -1 +1 @@
1
-6.12.0
+6.12.3
bittensor/__init__.py
@@ -28,7 +28,7 @@
28
29
# Bittensor code and protocol version.
30
31
-__version__ = "6.12.0"
+__version__ = "6.12.3"
32
33
version_split = __version__.split(".")
34
__version_as_int__: int = (
bittensor/subtensor.py
@@ -90,7 +90,7 @@
90
91
KEY_NONCE: Dict[str, int] = {}
92
93
-
+T = TypeVar("T")
94
95
class ParamWithTypes(TypedDict):
96
name: str # Name of the parameter.
0 commit comments