Skip to content

Commit 244d5d4

Browse files
committed
release: version 0.4.8 🚀
1 parent 40b0393 commit 244d5d4

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.readthedocs.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ version: 2
77

88
# Set the version of Python and other tools you might need
99
build:
10-
os: ubuntu-20.04
10+
os: ubuntu-22.04
1111
apt_packages:
1212
- r-base
1313
tools:
14-
python: "3.10"
14+
python: "3.12"
1515
jobs:
1616
post_create_environment:
1717
# Install poetry

HISTORY.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Changelog
44

55
(unreleased)
66
------------
7+
- Release: version 0.4.7 🚀 [Christophe Bécavin]
78
- Release: version 0.4.6 🚀 [Christophe Bécavin]
89
- Release: version 0.4.5 🚀 [Christophe Bécavin]
910
- Release: version 0.4.4 🚀 [Christophe Bécavin]

checkatlas/utils/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.7
1+
0.4.8

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "checkatlas"
3-
version = "0.4.7"
3+
version = "0.4.8"
44
description="One liner tool to check the quality of your single-cell atlases."
55
authors = ["becavin-lab"]
66
readme = "README.md"
@@ -22,7 +22,7 @@ types-pyyaml = "^6.0.12.6"
2222
scanpy = "^1.9.1"
2323
numpy = "^1.23.5"
2424
poetry = "^1.5.1"
25-
rpy2 = "3.5.10"
25+
rpy2 = "^3.5.10"
2626

2727
[tool.poetry.group.dev]
2828
optional = true

0 commit comments

Comments
 (0)