diff --git a/LICENSE b/LICENSE index f6c17e7..3584ade 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022-2024 ScreenPro2 Development Team. +Copyright (c) 2022-2026 ScreenPro2 Development Team. All rights reserved. Gilbart Lab, UCSF / Arc Institute. Multi-Omics Tech Center, Arc Insititue. diff --git a/README.md b/README.md index dfb4e03..163b563 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ [![website](https://img.shields.io/badge/website-live-brightgreen)](https://arcinstitute.org/tools/screenpro2) +[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.18807935.svg)](https://doi.org/10.5281/zenodo.18807935) [![PyPI version](https://badge.fury.io/py/ScreenPro2.svg)](https://badge.fury.io/py/ScreenPro2) [![Documentation Status](https://readthedocs.org/projects/screenpro2/badge/?version=latest)](https://screenpro2.readthedocs.io/en/latest/?version=latest) [![Downloads](https://static.pepy.tech/badge/screenpro2)](https://pepy.tech/project/screenpro2) [![Downloads](https://static.pepy.tech/badge/screenpro2/month)](https://pepy.tech/project/screenpro2) -[![CodeQL](https://github.com/ArcInstitute/ScreenPro2/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/ArcInstitute/ScreenPro2/actions/workflows/github-code-scanning/codeql) + # ScreenPro2 ## Introduction diff --git a/pyproject.toml b/pyproject.toml index a344ce9..bd4efdd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,10 @@ [tool.poetry] name = "ScreenPro2" description = "Flexible analysis of high-content CRISPR screening" -version = "0.5.1" +version = "0.6.0" authors = [ - "Abe Arab " + "Abolfazl Arab ", + "Nick Youngblut ", ] license = "MIT" readme = "README.md"