From c22f7d960e582fd1fb6138d59187b74134c2d5e0 Mon Sep 17 00:00:00 2001 From: Tom Pollard Date: Sat, 15 Jun 2024 23:48:26 -0400 Subject: [PATCH] Bump to version 0.9.1 --- 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 a512575..68c374e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -58,9 +58,9 @@ # built documents. # # The short X.Y version. -version = u'0.9.0' +version = u'0.9.1' # The full version, including alpha/beta/rc tags. -release = u'0.9.0' +release = u'0.9.1' # 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 a517ec2..94cdb04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "tableone" -version = "0.9.0" +version = "0.9.1" authors = [ { name="Tom Pollard", email="tpollard@mit.edu" }, { name="Alistair Johnson" }, diff --git a/tableone/__init__.py b/tableone/__init__.py index 6fe9faa..0e61790 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.0" +__version__ = "0.9.1"