From bbff25c43c0449a6cf52f925babc82156ca89bc9 Mon Sep 17 00:00:00 2001 From: Doug Turnbull Date: Sun, 27 Oct 2024 16:09:08 -0400 Subject: [PATCH] v0.0.72 --- scripts/publish.py | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/publish.py b/scripts/publish.py index 9bd2d58..9590963 100644 --- a/scripts/publish.py +++ b/scripts/publish.py @@ -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 diff --git a/setup.py b/setup.py index 9544ec0..dbef8d1 100644 --- a/setup.py +++ b/setup.py @@ -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