Skip to content

Commit 914b8d3

Browse files
authored
Bump version to 0.1.55 and update dependencies
1 parent 32b9785 commit 914b8d3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "easypqp"
7-
version = "0.1.54"
7+
version = "0.1.55"
88
description = "EasyPQP: Simple library generation for OpenSWATH"
99
readme = "README.md"
1010
requires-python = ">=3.9"
@@ -42,13 +42,13 @@ pyprophet = ["pyprophet"]
4242

4343
# Rust backend for in-silico library generation
4444
# Install with: pip install easypqp[rust]
45-
rust = ["easypqp_rs>=0.1.5"]
45+
rust = ["easypqp-rs>=0.1.5"]
4646

4747
# All optional features
4848
# Install with: pip install easypqp[all]
4949
all = [
5050
"pyprophet",
51-
"easypqp_rs>=0.1.5"
51+
"easypqp-rs>=0.1.5"
5252
]
5353

5454
[tool.setuptools]
@@ -59,4 +59,4 @@ where = ["."]
5959
include = ["easypqp*"]
6060

6161
[tool.setuptools.package-data]
62-
easypqp = ["data/unimod.xml"]
62+
easypqp = ["data/unimod.xml"]

0 commit comments

Comments
 (0)