From f1274ada1728003845f652202ecfbfd019984ffd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rajmund=20Hru=C5=A1ka?= <rajmund.hruska@cesnet.cz> Date: Tue, 28 Jun 2022 11:10:42 +0000 Subject: [PATCH] DEPLOY: Increased package version to '0.21' to build a new distribution. --- pynspect/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pynspect/__init__.py b/pynspect/__init__.py index 34dfcb6..ccd0225 100644 --- a/pynspect/__init__.py +++ b/pynspect/__init__.py @@ -16,4 +16,4 @@ data structures. """ -__version__ = "0.20" +__version__ = "0.21" -- GitLab