Skip to content

Commit

Permalink
Bump version: 1.0.4 → 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mumichae committed Dec 2, 2022
1 parent f0be826 commit 2fe05c7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.4
1.0.5
22 changes: 11 additions & 11 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.4
current_version = 1.0.5
commit = True
tag = True

Expand All @@ -17,15 +17,15 @@ author = Malte D. Luecken, Maren Buettner, Daniel C. Strobl, Michaela F. Mueller
author_email = [email protected], [email protected]
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
Expand All @@ -40,11 +40,11 @@ classifiers =
build_number = 1

[options]
packages =
packages =
scib
scib.metrics
python_requires = >=3.7
install_requires =
install_requires =
numpy
pandas
seaborn
Expand All @@ -66,12 +66,12 @@ install_requires =
zip_safe = False

[options.package_data]
scib =
scib =
resources/*.txt
knn_graph/*

[options.extras_require]
rpy2=rpy2>=3; anndata2ri
rpy2 = rpy2>=3; anndata2ri
test = pytest; pytest-icdiff; pytest-cov; codecov
dev = build; twine; isort; bump2version; pre-commit
docs = sphinx; sphinx_rtd_theme; myst_parser; sphinx-automodapi
Expand All @@ -95,7 +95,7 @@ skip_glob = docs/*
line-length = 120
target-version = py38
include = \.pyi?$
exclude =
exclude =
.eggs
.git
.venv
Expand All @@ -104,7 +104,7 @@ exclude =

[flake8]
max-line-length = 88
ignore =
ignore =
W503
W504
E501
Expand All @@ -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

0 comments on commit 2fe05c7

Please sign in to comment.