Skip to content

Commit 400971c

Browse files
committed
Bump version to 0.12.0
1 parent aa5bb6e commit 400971c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
version = importlib.metadata.version("pySEQTarget")
1414
if not version:
15-
version = "0.11.0"
15+
version = "0.12.0"
1616
sys.path.insert(0, os.path.abspath("../"))
1717

1818
project = "pySEQTarget"

pyproject.toml

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

55
[project]
66
name = "pySEQTarget"
7-
version = "0.11.0"
7+
version = "0.12.0"
88
description = "Sequentially Nested Target Trial Emulation"
99
readme = "README.md"
1010
license = {text = "MIT"}

0 commit comments

Comments
 (0)