-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a6f5aef
commit e3de42c
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[bumpversion] | ||
current_version = 1.0.0 | ||
current_version = 1.0.1 | ||
commit = True | ||
tag = True | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ def read_requirements(path): | |
|
||
setup( | ||
name="spateo-release", | ||
version="1.0.0", | ||
version="1.0.1", | ||
python_requires=">=3.7", | ||
install_requires=read_requirements("requirements.txt"), | ||
extras_require={ | ||
|
@@ -34,8 +34,8 @@ def read_requirements(path): | |
"Topic :: Scientific/Engineering :: Image Processing", | ||
], | ||
author="Xiaojie Qiu", | ||
author_email="xqiu[email protected]", | ||
description="A complete solution of spatialtemporal dynamics analyses toolkit of single cell spatial transcriptomics", | ||
author_email="xqiu@wi.mit.edu", | ||
description="Spateo: multidimensional spatiotemporal modeling of single-cell spatial transcriptomics", | ||
long_description=long_description, | ||
long_description_content_type="text/markdown", | ||
license="BSD", | ||
|