Skip to content

Commit 14865ec

Browse files
committed
fix(release): Trigger new release
1 parent 33df453 commit 14865ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def empty(version):
2424

2525
# normal setuptool inputs
2626
setuptools.setup(
27-
name='pollination-honeybee-radiance', # will be used for package name unless it is overwritten using __queenbee__ info.
27+
name='pollination-honeybee-radiance', # will be used for package name unless it is overwritten using __queenbee__ info.
2828
author='ladybug-tools', # the owner account for this package - required if pushed to Pollination
2929
author_email='[email protected]',
3030
packages=setuptools.find_namespace_packages( # required - that's how pollination find the package

0 commit comments

Comments
 (0)