Skip to content

Commit 40d0397

Browse files
committed
Bump due to network error.
1 parent f1882ad commit 40d0397

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "stlearn"
7-
version = "1.1.0"
7+
version = "1.1.1"
88
authors = [
99
{name = "Genomics and Machine Learning lab", email = "andrew.newman@uq.edu.au"},
1010
]

stlearn/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = """Genomics and Machine Learning Lab"""
44
__email__ = "andrew.newman@uq.edu.au"
5-
__version__ = "1.1.0"
5+
__version__ = "1.1.1"
66

77
from . import add, datasets, em, pl, pp, spatial, tl, types
88
from ._settings import settings

0 commit comments

Comments
 (0)