From 38a3232d4ad28eb015792577703be515e8f6be20 Mon Sep 17 00:00:00 2001 From: Tom Pollard Date: Wed, 9 Apr 2025 22:25:25 -0400 Subject: [PATCH] Bump version to 0.9.4. --- docs/conf.py | 4 ++-- pyproject.toml | 2 +- tableone/__init__.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index f709b98..ac1f786 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -58,9 +58,9 @@ # built documents. # # The short X.Y version. -version = u'0.9.3' +version = u'0.9.4' # The full version, including alpha/beta/rc tags. -release = u'0.9.3' +release = u'0.9.4' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/pyproject.toml b/pyproject.toml index cd5581a..1f6adc6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "tableone" -version = "0.9.3" +version = "0.9.4" authors = [ { name="Tom Pollard", email="tpollard@mit.edu" }, { name="Alistair Johnson" }, diff --git a/tableone/__init__.py b/tableone/__init__.py index c89d598..9ba92f2 100644 --- a/tableone/__init__.py +++ b/tableone/__init__.py @@ -1,4 +1,4 @@ from .tableone import TableOne, load_dataset, tableone __author__ = "Tom Pollard , Alistair Johnson, Jesse Raffa" -__version__ = "0.9.3" +__version__ = "0.9.4"