Skip to content

Commit

Permalink
Released PyMetrics version 1.0.4
Browse files Browse the repository at this point in the history
Changelog Details:
- [PATCH] Update attrs dependency (#12)
  • Loading branch information
miguelsanchez-eb committed Sep 1, 2022
1 parent c180336 commit 53dcf7c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

1.0.4 (2022-09-01)
------------------
- [PATCH] Update attrs dependency (#12)

1.0.3 (2021-09-20)
------------------
- [PATCH] Fix mypy errors
Expand Down
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, 3)
__version_info__ = (1, 0, 4)
__version__ = '-'.join(filter(None, ['.'.join(map(str, __version_info__[:3])), (__version_info__[3:] or [None])[0]]))

0 comments on commit 53dcf7c

Please sign in to comment.