Skip to content

Commit ef0aa64

Browse files
committed
Bump version
1 parent 309e635 commit ef0aa64

1 file changed

Lines changed: 35 additions & 25 deletions

File tree

pyproject.toml

Lines changed: 35 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,34 @@
11
[build-system]
2-
build-backend = "pdm.pep517.api"
3-
requires = ["pdm-pep517>=1.0.0"]
2+
build-backend = "pdm.pep517.api"
3+
requires = [
4+
"pdm-pep517>=1.0.0",
5+
]
46

57
[tool.black]
6-
exclude = "/(\n \\.eggs\n | \\.git\n | \\.hg\n | \\.mypy_cache\n | \\.nox\n | \\.tox\n | \\.venv\n | _build\n | buck-out\n | build\n | dist\n)/\n"
7-
include = "\\.pyi?$"
8+
exclude = "/(\n \\.eggs\n | \\.git\n | \\.hg\n | \\.mypy_cache\n | \\.nox\n | \\.tox\n | \\.venv\n | _build\n | buck-out\n | build\n | dist\n)/\n"
9+
include = "\\.pyi?$"
810

911
[tool.pdm]
10-
package-dir = "src"
11-
[tool.pdm.build]
12-
excludes = ["contrib"]
12+
package-dir = "src"
13+
14+
[tool.pdm.build]
15+
excludes = [
16+
"contrib",
17+
]
18+
1319
[project]
14-
authors = [
20+
authors = [
1521
{ name = "Joshua Welch", email = "welchjd@med.umich.edu" },
1622
{ name = "Lu Lu", email = "luluhz@umich.edu" },
17-
]
18-
classifiers = [
23+
]
24+
classifiers = [
1925
"Development Status :: 4 - Beta",
2026
"License :: OSI Approved :: MIT License",
2127
"Natural Language :: English",
2228
"Operating System :: OS Independent",
2329
"Programming Language :: Python :: 3.8",
24-
]
25-
dependencies = [
30+
]
31+
dependencies = [
2632
"adjustText>=0.7.3",
2733
"anndata>=0.8.0",
2834
"annoy",
@@ -43,18 +49,22 @@
4349
"scikit-learn",
4450
"seaborn>=0.12.2",
4551
"umap-learn",
46-
]
47-
description = "The Python version of LIGER package."
48-
keywords = ["LIGER"]
49-
maintainers = [{ name = "Andrew Robbins", email = "robbiand@med.umich.edu" }]
50-
name = "pyliger"
51-
readme = "README.md"
52-
requires-python = "<3.11, >=3.8"
53-
version = "0.1.1"
52+
]
53+
description = "The Python version of LIGER package."
54+
keywords = [
55+
"LIGER",
56+
]
57+
maintainers = [
58+
{ name = "Andrew Robbins", email = "robbiand@med.umich.edu" },
59+
]
60+
name = "pyliger"
61+
readme = "README.md"
62+
requires-python = "<3.11, >=3.8"
63+
version = "0.1.2"
5464

55-
[project.license]
56-
text = "MIT"
65+
[project.license]
66+
text = "MIT"
5767

58-
[project.urls]
59-
homepage = "https://welch-lab.github.io"
60-
repository = "https://github.com/welch-lab/pyliger"
68+
[project.urls]
69+
homepage = "https://welch-lab.github.io"
70+
repository = "https://github.com/welch-lab/pyliger"

0 commit comments

Comments
 (0)