From 7e80d0152aa39f25ab1c86cacd3c530929afcdaa Mon Sep 17 00:00:00 2001 From: Tor-Einar Skog <tor-einar.skog@nibio.no> Date: Tue, 31 Jan 2023 15:29:33 +0100 Subject: [PATCH] Module name fix --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index fdadd5a..fafee8a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] -name = vipscore_python_common -version = 0.5.0 +name = vipscore_common +version = 0.6.2 author = Tor-Einar Skog author_email = tor-einar.skog@nibio.no description = Tools for the VIPSCore-Python web services and its models -- GitLab