From eb169db0200786c60f4f4dbace3f53c97cb091d9 Mon Sep 17 00:00:00 2001 From: Maarten van Gompel Date: Thu, 8 Oct 2020 19:25:47 +0200 Subject: [PATCH] version bump prior to release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 814ab19..59ad736 100755 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ def read(fname): setup( name = "CodeMetaPy", - version = "0.3.2", + version = "0.3.3", author = "Maarten van Gompel", author_email = "proycon@anaproy.nl", description = ("Generate CodeMeta metadata for Python packages"),