From 59ae6eee5e611d9d3db067685ec96c28804e9127 Mon Sep 17 00:00:00 2001 From: Michaela Mueller Date: Mon, 1 Apr 2024 17:51:43 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.1.4=20=E2=86=92=201.1.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VERSION.txt | 2 +- setup.cfg | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/VERSION.txt b/VERSION.txt index 65087b4f..e25d8d9f 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -1.1.4 +1.1.5 diff --git a/setup.cfg b/setup.cfg index 1ba96b16..e82d0c17 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.4 +current_version = 1.1.5 commit = True tag = True @@ -17,15 +17,15 @@ author = Malte D. Luecken, Maren Buettner, Daniel C. Strobl, Michaela F. Mueller author_email = malte.luecken@helmholtz-muenchen.de, michaela.mueller@helmholtz-muenchen.de license = MIT url = https://github.com/theislab/scib -project_urls = +project_urls = Pipeline = https://github.com/theislab/scib-pipeline Reproducibility = https://theislab.github.io/scib-reproducibility Bug Tracker = https://github.com/theislab/scib/issues -keywords = +keywords = benchmarking single cell data integration -classifiers = +classifiers = Development Status :: 3 - Alpha Intended Audience :: Developers Intended Audience :: Science/Research @@ -40,11 +40,11 @@ classifiers = build_number = 1 [options] -packages = +packages = scib scib.metrics python_requires = >=3.8 -install_requires = +install_requires = numpy pandas>=2 seaborn @@ -65,7 +65,7 @@ install_requires = zip_safe = False [options.package_data] -scib = +scib = resources/*.txt knn_graph/* @@ -95,7 +95,7 @@ skip_glob = docs/* line-length = 120 target-version = py38 include = \.pyi?$ -exclude = +exclude = .eggs .git .venv @@ -104,7 +104,7 @@ exclude = [flake8] max-line-length = 88 -ignore = +ignore = W503 W504 E501 @@ -126,7 +126,7 @@ ignore = RST304 C408 exclude = .git,__pycache__,build,docs/_build,dist -per-file-ignores = +per-file-ignores = scib/*: D tests/*: D */__init__.py: F401