From 2fdeed00f05977f79110676173ce54e22f17ec06 Mon Sep 17 00:00:00 2001 From: Tom Pollard Date: Sat, 26 Apr 2025 16:33:11 -0400 Subject: [PATCH] Bump version to 0.9.5. --- 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 ac1f786..e80ccda 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -58,9 +58,9 @@ # built documents. # # The short X.Y version. -version = u'0.9.4' +version = u'0.9.5' # The full version, including alpha/beta/rc tags. -release = u'0.9.4' +release = u'0.9.5' # 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 1f6adc6..5ecabbc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "tableone" -version = "0.9.4" +version = "0.9.5" authors = [ { name="Tom Pollard", email="tpollard@mit.edu" }, { name="Alistair Johnson" }, diff --git a/tableone/__init__.py b/tableone/__init__.py index 9ba92f2..d441d4a 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.4" +__version__ = "0.9.5"