From 3a9cf2402a7dace62cfa2c4e32c77d6af4b77f2f Mon Sep 17 00:00:00 2001 From: Zhi-Jie Cao Date: Tue, 23 Jul 2024 14:54:59 +0800 Subject: [PATCH] Bump version --- LICENSE | 4 ++-- pyproject.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index d3816b9..08f564d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022, Gao Lab +Copyright (c) 2024, Gao Lab Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file +SOFTWARE. diff --git a/pyproject.toml b/pyproject.toml index 31e084e..800072d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = "Cell_BLAST" -version = "0.5.0" +version = "0.5.1" description = "Single-cell transcriptome querying tool" readme = "README.md" requires-python = ">=3.6" @@ -63,7 +63,7 @@ doc = [ ] [project.urls] -Github = "https://github.com/gao-lab/Cell_BLAST-dev" +Github = "https://github.com/gao-lab/Cell_BLAST" [tool.flit.sdist] exclude = [".*", "D*", "d*", "N*", "t*", "e*"]