Skip to content

Commit 77bd8a6

Browse files
committed
updating to v1.4.2, too
1 parent 08fa8d4 commit 77bd8a6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/conf.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env python
22
"""Configuration file for the Sphinx documentation builder."""
3+
34
# mypy: ignore-errors
45
# drevalpy documentation build configuration file
56
#
@@ -56,9 +57,9 @@
5657
# the built documents.
5758
#
5859
# The short X.Y version.
59-
version = "1.4.1"
60+
version = "1.4.2"
6061
# The full version, including alpha/beta/rc tags.
61-
release = "1.4.1"
62+
release = "1.4.2"
6263

6364
# The language for content autogenerated by Sphinx. Refer to documentation
6465
# for a list of supported languages.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "drevalpy"
3-
version = "1.4.1"
3+
version = "1.4.2"
44
description = "Drug response evaluation of cancer cell line drug response models in a fair setting"
55
authors = ["DrEvalPy development team"]
66
license = "GPL-3.0"

0 commit comments

Comments
 (0)