Skip to content

Commit

Permalink
Merge pull request #40 from opentensor/v2.0.1
Browse files Browse the repository at this point in the history
updates validators project version
  • Loading branch information
p-ferreira committed Oct 6, 2023
2 parents 8e9dbef + c4926e6 commit 9a5e16b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prompting/validators/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
from . import event
from . import dataset

__version__ = "2.0.0"
__version__ = "2.0.1"
version_split = __version__.split(".")
__spec_version__ = (
(1000 * int(version_split[0]))
Expand Down

0 comments on commit 9a5e16b

Please sign in to comment.