From 8ea83fe83d476933d4743fe1043839a02fa19d66 Mon Sep 17 00:00:00 2001 From: Tor-Einar Skog <tor-einar.skog@nibio.no> Date: Tue, 31 Jan 2023 14:53:38 +0100 Subject: [PATCH] Version bump --- setup.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index a458315..fd6fa1c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = reference_model -version = 0.5.0 +version = 0.6.1 author = Tor-Einar Skog author_email = tor-einar.skog@nibio.no description = Example VIPS model, showcasing functionality @@ -22,6 +22,7 @@ install_requires = pydantic pytz pandas + git+https://gitlab.nibio.no/VIPS/vipscore-python-common.git@v0.6.0 [options.packages.find] where = src \ No newline at end of file -- GitLab