Skip to content

Commit 8fefc59

Browse files
committed
update version in __init__.py
1 parent 416aad4 commit 8fefc59

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[tool.poetry]
22
name = "ScreenPro2"
3-
version = "0.5.0"
43
description = "Flexible analysis of high-content CRISPR screening"
54
authors = [
65
"Abe Arab <abea@arcinstitute.org>"

screenpro/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,5 @@
2929
from .ngs import GuideCounter
3030
from .assays import PooledScreens, GImaps
3131
from .dashboard import DrugScreenDashboard
32+
33+
__version__ = "0.5.1"

0 commit comments

Comments
 (0)