From ce5d272a91e8ac427b8f5c2e92edcc85b80c91a6 Mon Sep 17 00:00:00 2001 From: rhoadesScholar Date: Fri, 9 Feb 2024 10:27:43 -0500 Subject: [PATCH] =?UTF-8?q?docs:=20=F0=9F=93=9D=20Add=20authors=20and=20ve?= =?UTF-8?q?rsioning.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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"]},