Skip to content

Commit f883333

Browse files
committed
bump version to 0.4.18
also update copyright year to 2025!
1 parent 77c79f0 commit f883333

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

screenpro/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Copyright (c) 2022-2024 ScreenPro2 Development Team.
1+
## Copyright (c) 2022-2025 ScreenPro2 Development Team.
22
## All rights reserved.
33
## Gilbart Lab, UCSF / Arc Institute.
44
## Multi-Omics Tech Center, Arc Insititue.
@@ -31,6 +31,6 @@
3131
from .dashboard import DrugScreenDashboard
3232

3333

34-
__version__ = "0.4.17"
34+
__version__ = "0.4.18"
3535
__author__ = "Abe Arab"
3636
__email__ = 'abea@arcinstitute.org' # "abarbiology@gmail.com"

screenpro/assays/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Copyright (c) 2022-2024 ScreenPro2 Development Team.
1+
## Copyright (c) 2022-2025 ScreenPro2 Development Team.
22
## All rights reserved.
33
## Gilbart Lab, UCSF / Arc Institute.
44
## Multi-Omics Tech Center, Arc Insititue.

screenpro/dashboard/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Copyright (c) 2022-2024 ScreenPro2 Development Team.
1+
## Copyright (c) 2022-2025 ScreenPro2 Development Team.
22
## All rights reserved.
33
## Gilbart Lab, UCSF / Arc Institute.
44
## Multi-Omics Tech Center, Arc Insititue.

screenpro/ngs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Copyright (c) 2022-2024 ScreenPro2 Development Team.
1+
## Copyright (c) 2022-2025 ScreenPro2 Development Team.
22
## All rights reserved.
33
## Gilbart Lab, UCSF / Arc Institute.
44
## Multi-Omics Tech Center, Arc Insititue.

screenpro/phenoscore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Copyright (c) 2022-2024 ScreenPro2 Development Team.
1+
## Copyright (c) 2022-2025 ScreenPro2 Development Team.
22
## All rights reserved.
33
## Gilbart Lab, UCSF / Arc Institute.
44
## Multi-Omics Tech Center, Arc Insititue.

screenpro/plotting/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Copyright (c) 2022-2024 ScreenPro2 Development Team.
1+
## Copyright (c) 2022-2025 ScreenPro2 Development Team.
22
## All rights reserved.
33
## Gilbart Lab, UCSF / Arc Institute.
44
## Multi-Omics Tech Center, Arc Insititue.

0 commit comments

Comments
 (0)