diff --git a/setup.py b/setup.py index 34faf365b..e0ac028a4 100644 --- a/setup.py +++ b/setup.py @@ -5,10 +5,10 @@ description="Framework for easy composition of volumetric machine learning jobs.", long_description=open("README.md", "r").read(), long_description_content_type="text/markdown", - version="0.1.1", - url="https://github.com/funkelab/dacapo", - author="Jan Funke, Will Patton, Jeff Rhoades", - author_email="funkej@janelia.hhmi.org, pattonw@janelia.hhmi.org, rhoadesj@hhmi.org", + version="0.2.0", + url="https://github.com/janelia-cellmap/dacapo", + author="Jan Funke, Will Patton, Jeff Rhoades, Marwan Zouinkhi", + author_email="funkej@janelia.hhmi.org, pattonw@janelia.hhmi.org, rhoadesj@hhmi.org, zouinkhim@hhmi.org", license="MIT", packages=find_packages(), entry_points={"console_scripts": ["dacapo=dacapo.cli:cli"]},