From ee924a2ba706772094827cb73461e9ef001896c3 Mon Sep 17 00:00:00 2001 From: barrust Date: Tue, 25 Apr 2023 21:55:47 -0400 Subject: [PATCH] version bump --- .github/workflows/python-package.yml | 2 +- CHANGELOG.md | 2 +- probables/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 0c83f0a..891a88b 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -35,7 +35,7 @@ jobs: # Run tests while also generating coverage statistics pytest --cov=./ --cov-report=xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v3 with: file: ./coverage.xml fail_ci_if_error: true diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c930ce..c61009e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # PyProbables Changelog -### Future Version +### Version 0.5.7 * Update Build System and update project metadata * Better support for `resolve_path` in passed filenames * Remove Python 3.5 support diff --git a/probables/__init__.py b/probables/__init__.py index 086fe08..c8561f1 100644 --- a/probables/__init__.py +++ b/probables/__init__.py @@ -27,7 +27,7 @@ __maintainer__ = "Tyler Barrus" __email__ = "barrust@gmail.com" __license__ = "MIT" -__version__ = "0.5.6" +__version__ = "0.5.7" __credits__ = [] # type: ignore __url__ = "https://github.com/barrust/pyprobables" __bugtrack_url__ = "https://github.com/barrust/pyprobables/issues"