We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa5bb6e commit 400971cCopy full SHA for 400971c
2 files changed
docs/conf.py
@@ -12,7 +12,7 @@
12
13
version = importlib.metadata.version("pySEQTarget")
14
if not version:
15
- version = "0.11.0"
+ version = "0.12.0"
16
sys.path.insert(0, os.path.abspath("../"))
17
18
project = "pySEQTarget"
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "pySEQTarget"
7
-version = "0.11.0"
+version = "0.12.0"
8
description = "Sequentially Nested Target Trial Emulation"
9
readme = "README.md"
10
license = {text = "MIT"}
0 commit comments