Skip to content

Commit

Permalink
Bump version: 1.0.0 → 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiaojieqiu committed Dec 12, 2022
1 parent a6f5aef commit e3de42c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
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

Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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={
Expand All @@ -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",
Expand Down

0 comments on commit e3de42c

Please sign in to comment.