We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 416aad4 commit 8fefc59Copy full SHA for 8fefc59
pyproject.toml
@@ -1,6 +1,5 @@
1
[tool.poetry]
2
name = "ScreenPro2"
3
-version = "0.5.0"
4
description = "Flexible analysis of high-content CRISPR screening"
5
authors = [
6
"Abe Arab <abea@arcinstitute.org>"
screenpro/__init__.py
@@ -29,3 +29,5 @@
29
from .ngs import GuideCounter
30
from .assays import PooledScreens, GImaps
31
from .dashboard import DrugScreenDashboard
32
+
33
+__version__ = "0.5.1"
0 commit comments