From dc1a8b9b76e04fe986f401be037a90e0466118c4 Mon Sep 17 00:00:00 2001 From: Tom Pollard Date: Wed, 21 Nov 2018 12:26:07 -0500 Subject: [PATCH] bump version --- setup.py | 2 +- tableone.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 6353ee3..a30e849 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # https://packaging.python.org/en/latest/single_source_version.html - version='0.5.17', + version='0.5.18', description='TableOne', long_description=long_description, diff --git a/tableone.py b/tableone.py index 78d9b83..6f10c4e 100644 --- a/tableone.py +++ b/tableone.py @@ -4,8 +4,8 @@ This class contains a number of utilities for summarizing the data using commonly applied statistical measures. """ -__author__ = "Tom Pollard , Alistair Johnson" -__version__ = "0.5.17" +__author__ = "Tom Pollard , Alistair Johnson, Jesse Raffa" +__version__ = "0.5.18" import pandas as pd from scipy import stats