Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pySEQTarget"
version = "0.13.0"
version = "0.13.1"
description = "Sequentially Nested Target Trial Emulation"
readme = "README.md"
license = {text = "MIT"}
Expand All @@ -30,6 +30,7 @@ authors = [

maintainers = [
{name = "Ryan O'Dea", email = "ryan.odea@psi.ch"},
{name = "Tom Palmer", email = "tom.palmer@bristol.ac.uk"},
Comment thread
ryan-odea marked this conversation as resolved.
Outdated
]

dependencies = [
Expand Down
Loading