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 10b56c5 commit e128cdd
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, 32, 0)
__version_info__ = (0, 32, 1)
"""Version number components for major, minor, patch."""

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

0 comments on commit e128cdd

Please sign in to comment.