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+" ##############################################################################