From 362fa15a5f1996ea796f975334ffaf1e8ea293bb Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Sun, 10 Mar 2024 10:20:29 +0000 Subject: [PATCH] :rocket: Test publishing the source too --- Makefile | 2 +- oshit/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 74b11d6..c3b28ac 100644 --- a/Makefile +++ b/Makefile @@ -75,7 +75,7 @@ spackage: # Create a source package for the library $(build) -s .PHONY: packagecheck -packagecheck: package # Check the packaging. +packagecheck: package spackage # Check the packaging. $(twine) check dist/* .PHONY: testdist diff --git a/oshit/__init__.py b/oshit/__init__.py index 5aebc0b..3193f16 100644 --- a/oshit/__init__.py +++ b/oshit/__init__.py @@ -7,7 +7,7 @@ __credits__ = ["Dave Pearson"] __maintainer__ = "Dave Pearson" __email__ = "davep@davep.org" -__version__ = "0.11.0" +__version__ = "0.11.1" __licence__ = "GPLv3+" ##############################################################################