Skip to content

Commit 2dc4116

Browse files
committed
version bump
1 parent 0f59574 commit 2dc4116

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# PyProbables Changelog
22

3+
### Version 0.5.8
4+
* Make the `mmap` utility class windows compatible; see [PR #160](https://github.com/barrust/pyprobables/pull/106); Thanks [@leonhma](https://github.com/leonhma)
5+
36
### Version 0.5.7
47
* Update Build System and update project metadata
58
* Better support for `resolve_path` in passed filenames

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ PyProbables
1717
:target: http://pyprobables.readthedocs.io/en/latest/?badge=latest
1818
:alt: Documentation Status
1919
.. image:: https://badge.fury.io/py/pyprobables.svg
20-
:target: https://badge.fury.io/py/pyprobables
20+
:target: https://pypi.org/project/pyprobables/
2121
:alt: Pypi Release
2222
.. image:: https://pepy.tech/badge/pyprobables
2323
:target: https://pepy.tech/project/pyprobables

probables/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
__maintainer__ = "Tyler Barrus"
2828
__email__ = "[email protected]"
2929
__license__ = "MIT"
30-
__version__ = "0.5.7"
30+
__version__ = "0.5.8"
3131
__credits__ = [] # type: ignore
3232
__url__ = "https://github.com/barrust/pyprobables"
3333
__bugtrack_url__ = "https://github.com/barrust/pyprobables/issues"

0 commit comments

Comments
 (0)