Skip to content

Commit 70f9ff6

Browse files
authored
Update __init__.py
1 parent f02eefa commit 70f9ff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neurons/validator/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.5.6"
1+
__version__ = "1.6.0"
22
version_split = __version__.split(".")
33
__spec_version__ = (
44
(1000 * int(version_split[0]))

0 commit comments

Comments
 (0)