Skip to content

Commit

Permalink
Version 31 with code clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
emeli-dral committed Nov 21, 2021
1 parent ab0fa67 commit 6a4e55b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evidently/_version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# coding: utf-8

version_info = (0, 1, 30, 'dev0')
version_info = (0, 1, 31, 'dev0')
__version__ = ".".join(map(str, version_info))

0 comments on commit 6a4e55b

Please sign in to comment.