Skip to content

Commit 9f62f16

Browse files
committed
🔖 bump up to 0.1.8
1 parent fa9256f commit 9f62f16

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
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.7"
17+
release = "0.1.8"
1818

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "scGPT"
3-
version = "0.1.7"
3+
version = "0.1.8"
44
description = "Large-scale generative pretrain of single cell using transformer."
55
license = "MIT"
66
authors = ["Haotian <[email protected]>"]

scgpt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.1.7"
1+
__version__ = "0.1.8"
22
import logging
33
import sys
44

0 commit comments

Comments
 (0)