Skip to content

Commit

Permalink
Bump version to 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
HudsonGraeme committed Oct 31, 2024
1 parent 9fdf15d commit b7539a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proof_of_weights/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import bittensor
import requests

__version__: typing.Final[str] = "0.0.4"
__version__: typing.Final[str] = "0.0.5"
OMRON_NETUID_FINNEY: typing.Final[int] = 2
OMRON_NETUID_TESTNET: typing.Final[int] = 118

Expand Down

0 comments on commit b7539a7

Please sign in to comment.