File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 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#
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.
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " drevalpy"
3- version = " 1.4.1 "
3+ version = " 1.4.2 "
44description = " Drug response evaluation of cancer cell line drug response models in a fair setting"
55authors = [" DrEvalPy development team" ]
66license = " GPL-3.0"
You can’t perform that action at this time.
0 commit comments