Skip to content

Commit

Permalink
Merge pull request #45 from opentensor/version-1.0.5
Browse files Browse the repository at this point in the history
version update-1.0.5
  • Loading branch information
Eugene-hu authored Jun 13, 2023
2 parents 51558cf + 17873ae commit 597958f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openvalidators/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
from . import utils
from . import weights

__version__ = "1.0.4"
__version__ = "1.0.5"
version_split = __version__.split(".")
__spec_version__ = (1000 * int(version_split[0])) + (10 * int(version_split[1])) + (1 * int(version_split[2]))

0 comments on commit 597958f

Please sign in to comment.