Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-dhuang committed Aug 26, 2024
1 parent 8f17b0f commit e920554
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, 31, 0)
__version_info__ = (0, 31, 1)
"""Version number components for major, minor, patch."""

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

0 comments on commit e920554

Please sign in to comment.