From aa0f66e4622704320fc32ef4b51fabf150cccc82 Mon Sep 17 00:00:00 2001 From: Alexander Dietrich Date: Sun, 20 Feb 2022 17:45:47 +0100 Subject: [PATCH] Update version number --- src/icepack/meta.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/icepack/meta.py b/src/icepack/meta.py index ac316d6..549b6ca 100644 --- a/src/icepack/meta.py +++ b/src/icepack/meta.py @@ -1,5 +1,5 @@ NAME = 'icepack' -VERSION = '0.3.0' +VERSION = '0.4.0' SECRET_KEY = 'identity' PUBLIC_KEY = 'identity.pub'