Skip to content

Commit 35963a6

Browse files
committed
🔖 bump up to 0.2.2
1 parent b9b452a commit 35963a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
project = "scGPT"
1515
copyright = "2023, Wanglab, Haotian Cui"
1616
author = "Haotian Cui"
17-
release = "0.2.1"
17+
release = "0.2.2"
1818

1919
# -- General configuration ---------------------------------------------------
2020
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

scgpt/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.2.1"
1+
__version__ = "0.2.2"
22
import logging
33
import sys
44

0 commit comments

Comments
 (0)