File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " ScreenPro2"
3- version = " 0.5.0"
43description = " Flexible analysis of high-content CRISPR screening"
54authors = [
6- " Abe Arab <abea@arcinstitute.org>"
5+ " Abe Arab <abea@arcinstitute.org>"
76]
87license = " MIT"
98readme = " README.md"
@@ -14,6 +13,7 @@ packages = [
1413 { include = " screenpro" },
1514 { include = " pyproject.toml" },
1615]
16+ dynamic = [" version" ]
1717
1818[tool .poetry .dependencies ]
1919python = " >=3.9"
@@ -25,6 +25,9 @@ screenpro = "screenpro.main:main"
2525pytest = " *"
2626tomli = " *"
2727
28+ [tool .poetry-dynamic-versioning ]
29+ enable = true
30+
2831[build-system ]
2932requires = [" poetry-core>=1.0.0" , " poetry-dynamic-versioning>=1.0.0,<2.0.0" ]
30- build-backend = " poetry_dynamic_versioning.backend "
33+ build-backend = " poetry.core.masonry.api "
Original file line number Diff line number Diff line change 2929from .ngs import GuideCounter
3030from .assays import PooledScreens , GImaps
3131from .dashboard import DrugScreenDashboard
32+
33+ __version__ = "0.5.1"
You can’t perform that action at this time.
0 commit comments