Skip to content

Commit e3de42c

Browse files
committed
Bump version: 1.0.0 → 1.0.1
1 parent a6f5aef commit e3de42c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.0
2+
current_version = 1.0.1
33
commit = True
44
tag = True
55

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def read_requirements(path):
1313

1414
setup(
1515
name="spateo-release",
16-
version="1.0.0",
16+
version="1.0.1",
1717
python_requires=">=3.7",
1818
install_requires=read_requirements("requirements.txt"),
1919
extras_require={
@@ -34,8 +34,8 @@ def read_requirements(path):
3434
"Topic :: Scientific/Engineering :: Image Processing",
3535
],
3636
author="Xiaojie Qiu",
37-
author_email="xqiu[email protected]",
38-
description="A complete solution of spatialtemporal dynamics analyses toolkit of single cell spatial transcriptomics",
37+
author_email="xqiu@wi.mit.edu",
38+
description="Spateo: multidimensional spatiotemporal modeling of single-cell spatial transcriptomics",
3939
long_description=long_description,
4040
long_description_content_type="text/markdown",
4141
license="BSD",

0 commit comments

Comments
 (0)