From 0e02c6ba51b297c69e6c12b03376eb87a9eb1510 Mon Sep 17 00:00:00 2001 From: "D. MacCarthy" Date: Tue, 21 Nov 2023 17:05:21 -0700 Subject: [PATCH] Release 3.0.4 --- sc8pr/__init__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sc8pr/__init__.py b/sc8pr/__init__.py index 9295d48..2bf3ad0 100644 --- a/sc8pr/__init__.py +++ b/sc8pr/__init__.py @@ -16,7 +16,7 @@ # along with "sc8pr". If not, see . -version = 3, 0, "dev4" +version = 3, 0, 4 print("sc8pr {}.{}.{}: https://dmaccarthy.github.io/sc8pr".format(*version)) import sys, struct diff --git a/setup.cfg b/setup.cfg index f890f08..e390833 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = sc8pr -version = 3.0.3 +version = 3.0.4 author = D.G. MacCarthy author_email = sc8pr.py@gmail.com url = https://dmaccarthy.github.io/sc8pr