From 11401585309a849fa6906c94f5c7f18e2e62b821 Mon Sep 17 00:00:00 2001 From: Ross Chadwick Date: Mon, 22 Apr 2019 22:14:20 +0200 Subject: [PATCH] Don't try to force delete a tagged version to sneak in a fix, when it's already deployed to pypi... --- nordnm/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nordnm/__init__.py b/nordnm/__init__.py index a2b1481..3df9f9a 100644 --- a/nordnm/__init__.py +++ b/nordnm/__init__.py @@ -1,3 +1,3 @@ __package__ = "nordnm" -__version__ = "0.7.0" +__version__ = "0.7.1" __license__ = "GNU General Public License v3 or later (GPLv3+)"