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 96851dc commit d3d55a3Copy full SHA for d3d55a3
.gitlab-ci.yml
@@ -24,6 +24,6 @@ include:
24
.tox-template:
25
variables:
26
EXTRA_MODULES:
27
- archive/2021-12:py-mpi4py
+ archive/2024-01:py-mpi4py
28
bb5_cpus_per_task: 8
29
bb5_memory: 6G
bluepyparallel/version.py
@@ -1,3 +1,3 @@
1
"""Version of the bluepyparallel package."""
2
3
-VERSION = "0.2.0" # pragma: no cover
+VERSION = "0.2.1.dev0" # pragma: no cover
0 commit comments