Skip to content

Commit 7047def

Browse files
committed
update version to 0.1.1
1 parent 5c0e031 commit 7047def

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "stratcp"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Stratified Conformal Prediction: A Python package for safe decisions with FDR-control in the action arm and coverage in the deferral arm"
55
authors = [{ name = "Ying Jin", email = "yjinstat@wharton.upenn.edu" }, { name = "Intae Moon", email = "intae_moon@hms.harvard.edu"}]
66
readme = "README.md"

src/stratcp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"""
4646

4747
# Version info
48-
__version__ = "0.1.0"
48+
__version__ = "0.1.1"
4949
__author__ = "Zitnik Lab"
5050
__email__ = "marinka@hms.harvard.edu"
5151

0 commit comments

Comments
 (0)