Skip to content

Commit ee924a2

Browse files
committed
version bump
1 parent 1d3687a commit ee924a2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# Run tests while also generating coverage statistics
3636
pytest --cov=./ --cov-report=xml
3737
- name: Upload coverage to Codecov
38-
uses: codecov/codecov-action@v2
38+
uses: codecov/codecov-action@v3
3939
with:
4040
file: ./coverage.xml
4141
fail_ci_if_error: true

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PyProbables Changelog
22

3-
### Future Version
3+
### Version 0.5.7
44
* Update Build System and update project metadata
55
* Better support for `resolve_path` in passed filenames
66
* Remove Python 3.5 support

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.6"
30+
__version__ = "0.5.7"
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)