From 7e231642412605cbca8878beecaf8844f47c7828 Mon Sep 17 00:00:00 2001 From: Abolfazl Arab Date: Fri, 27 Feb 2026 13:39:18 -0800 Subject: [PATCH 1/3] update year to 2026 --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. From 1125ea65702348dc995ebbbb7e4333643121de9c Mon Sep 17 00:00:00 2001 From: Abolfazl Arab Date: Fri, 27 Feb 2026 13:45:05 -0800 Subject: [PATCH 2/3] Add DOI badge to README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 From b98b91c1b82bbde3ddb2da852a5f743b5d100afb Mon Sep 17 00:00:00 2001 From: Abolfazl Arab Date: Fri, 27 Feb 2026 13:45:23 -0800 Subject: [PATCH 3/3] bump version to 0.6.0 and update authors in pyproject.toml --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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"