Skip to content

Commit

Permalink
v0.0.72
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaredoug committed Oct 27, 2024
1 parent 934f48a commit bbff25c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions scripts/publish.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
"""Fetches the latest build artifacts from a GitHub Actions workflow and uploads them to PyPI using twine."""
import os
import subprocess
import requests
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
# For a discussion on single-sourcing the version across setup.py and the
# project code, see
# https://packaging.python.org/guides/single-sourcing-package-version/
version="0.0.71", # Required
version="0.0.72", # Required
# This is a one-line description or tagline of what your project does. This
# corresponds to the "Summary" metadata field:
# https://packaging.python.org/specifications/core-metadata/#summary
Expand Down

0 comments on commit bbff25c

Please sign in to comment.