Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tompollard committed Nov 21, 2018
1 parent 12c3ae8 commit dc1a8b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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,
Expand Down
4 changes: 2 additions & 2 deletions tableone.py
Expand Up @@ -4,8 +4,8 @@
This class contains a number of utilities for summarizing the data using commonly applied statistical measures.
"""

__author__ = "Tom Pollard <tpollard@mit.edu>, Alistair Johnson"
__version__ = "0.5.17"
__author__ = "Tom Pollard <tpollard@mit.edu>, Alistair Johnson, Jesse Raffa"
__version__ = "0.5.18"

import pandas as pd
from scipy import stats
Expand Down

0 comments on commit dc1a8b9

Please sign in to comment.