Skip to content

Commit

Permalink
bump rc version
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisvang committed Jun 11, 2024
1 parent e79926b commit f2db054
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,15 @@
# - publish to test.pypi.org [2]
# - publish to pypi.org [2]
#
# Notes:
#
# - to skip the workflow, add [skip ci] to the commit message [3]
#
# References
#
# [1]: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
# [2]: # https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/
# [2]: https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/
# [3]: https://docs.github.com/en/actions/managing-workflow-runs/skipping-workflow-runs


name: Python package
Expand Down
2 changes: 1 addition & 1 deletion src/tufup/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# https://packaging.python.org/en/latest/guides/single-sourcing-package-version/
# https://semver.org/
__version__ = '0.8.1rc3'
__version__ = '0.8.1rc4'

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit f2db054

Please sign in to comment.