Skip to content

Commit d0e4221

Browse files
authored
fix: Python 3.8-3.11 compatibility - remove backslash in f-string
1 parent 866c23e commit d0e4221

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

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

55
[project]
66
name = "raptor-rnaseq"
7-
version = "2.1.1"
7+
version = "2.1.2"
88
description = "RNA-seq Analysis Pipeline Testing and Optimization Resource with ML-powered recommendations and adaptive threshold optimization"
99
readme = "README.md"
1010
license = {text = "MIT"}
1111
authors = [
12-
{name = "Ayeh Bolouki", email = "ayeh.bolouki@unamur.be"}
12+
{name = "Ayeh Bolouki", email = "ayehbolouki1988@gmail.com"}
1313
]
1414
maintainers = [
15-
{name = "Ayeh Bolouki", email = "ayeh.bolouki@unamur.be"}
15+
{name = "Ayeh Bolouki", email = "ayehbolouki1988@gmail.com"}
1616
]
1717
requires-python = ">=3.8"
1818
keywords = [

0 commit comments

Comments
 (0)