Skip to content

Commit

Permalink
fix(release): Trigger new release
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkelkp committed Jun 21, 2024
1 parent 3d06a88 commit 692d000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def empty(version):

# normal setuptool inputs
setuptools.setup(
name='pollination-honeybee-radiance', # will be used for package name unless it is overwritten using __queenbee__ info.
name='pollination-honeybee-radiance', # will be used for package name unless it is overwritten using __queenbee__ info.
author='ladybug-tools', # the owner account for this package - required if pushed to Pollination
author_email='info@ladybug.tools',
packages=setuptools.find_namespace_packages( # required - that's how pollination find the package
Expand Down

0 comments on commit 692d000

Please sign in to comment.