Skip to content

Commit 936ae4a

Browse files
committed
Bump version to 0.0.10
1 parent 8c5aad5 commit 936ae4a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ You can use the SCCAF tool already setup on a Docker container. You need to choo
5454
docker pull quay.io/biocontainers/sccaf:<tag>
5555
```
5656

57-
**Note:** Biocontainer's containers do not have a latest tag, as such a docker pull/run without defining the tag will fail. For instance, a valid call would be (for version 0.0.9):
57+
**Note:** Biocontainer's containers do not have a latest tag, as such a docker pull/run without defining the tag will fail. For instance, a valid call would be (for version 0.0.10):
5858

5959
```
60-
docker run -it quay.io/biocontainers/sccaf:0.0.9--py_0
60+
docker run -it quay.io/biocontainers/sccaf:0.0.10--py_0
6161
```
6262

6363
Inside the container, you can either use the Python interactive shell or the command line version (see below).

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def readme():
99

1010
setup(
1111
name='SCCAF',
12-
version='0.0.9',
12+
version='0.0.10',
1313
description='Single-Cell Clustering Assessment Framework',
1414
long_description=readme(),
1515
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)