Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-jreini committed Jun 10, 2024
1 parent f3ccc12 commit f135021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trulens_eval/trulens_eval/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
This top-level import includes everything to get started.
"""

__version_info__ = (0, 30, 1)
__version_info__ = (0, 31, 0)
"""Version number components for major, minor, patch."""

__version__ = '.'.join(map(str, __version_info__))
Expand Down

0 comments on commit f135021

Please sign in to comment.