Skip to content

Commit

Permalink
Released PyMetrics version 1.0.1
Browse files Browse the repository at this point in the history
Changelog Details:
- [PATCH] Fix setup.cfg wheel config to build proper wheel
  • Loading branch information
nickwilliams-eventbrite committed Dec 12, 2019
1 parent 5b65d5a commit 06584da
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.1 (2019-12-11)
------------------
- [PATCH] Fix setup.cfg wheel config to build proper wheel

1.0.0 (2019-11-22)
------------------
- [MAJOR] Remove legacy configuration format version 1
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, 0)
__version_info__ = (1, 0, 1)
__version__ = '-'.join(filter(None, ['.'.join(map(str, __version_info__[:3])), (__version_info__[3:] or [None])[0]]))

0 comments on commit 06584da

Please sign in to comment.