Skip to content

Commit 97c7f6c

Browse files
committed
🔖 bump up to 0.1.9
1 parent f7e5d52 commit 97c7f6c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.1.8"
17+
release = "0.1.9"
1818

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

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "scGPT"
3-
version = "0.1.8"
3+
version = "0.1.9"
44
description = "Large-scale generative pretrain of single cell using transformer."
55
license = "MIT"
66
authors = ["Haotian <subercui@gmail.com>"]

scgpt/__init__.py

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

0 commit comments

Comments
 (0)