Skip to content

Commit

Permalink
Released PyMetrics version 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathews-eb committed Jan 10, 2023
1 parent 6cbb14d commit 0095cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymetrics/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
)


__version_info__ = (1, 0, 6)
__version_info__ = (1, 0, 7)
__version__ = '-'.join(filter(None, ['.'.join(map(str, __version_info__[:3])), (__version_info__[3:] or [None])[0]]))

0 comments on commit 0095cce

Please sign in to comment.