From 2f737c16265cd50125a1e6618798781a805213b4 Mon Sep 17 00:00:00 2001 From: Mikkel Pedersen Date: Wed, 19 Jun 2024 21:49:51 +0200 Subject: [PATCH] fix(release): Trigger new release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7c34ab8..2731266 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ install_requires=requirements, use_scm_version=True, setup_requires=['setuptools_scm'], - url='https://github.com/pollination/pollination-honeybee-radiance-postprocess', # will be translated to home + url='https://github.com/pollination/pollination-honeybee-radiance-postprocess', # will be translated to home project_urls={ 'icon': 'https://raw.githubusercontent.com/ladybug-tools/artwork/master/icons_bugs/grasshopper_tabs/HB-Radiance.png', 'docker': 'https://hub.docker.com/r/ladybugtools/honeybee-radiance-postprocess'