Skip to content

Commit 7982f19

Browse files
authored
Merge pull request #195 from tompollard/tp/bump_0_9_4
Bump version to 0.9.4.
2 parents 3258e89 + 38a3232 commit 7982f19

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
# built documents.
5959
#
6060
# The short X.Y version.
61-
version = u'0.9.3'
61+
version = u'0.9.4'
6262
# The full version, including alpha/beta/rc tags.
63-
release = u'0.9.3'
63+
release = u'0.9.4'
6464

6565
# The language for content autogenerated by Sphinx. Refer to documentation
6666
# for a list of supported languages.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "tableone"
7-
version = "0.9.3"
7+
version = "0.9.4"
88
authors = [
99
{ name="Tom Pollard", email="tpollard@mit.edu" },
1010
{ name="Alistair Johnson" },

tableone/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .tableone import TableOne, load_dataset, tableone
22

33
__author__ = "Tom Pollard <tpollard@mit.edu>, Alistair Johnson, Jesse Raffa"
4-
__version__ = "0.9.3"
4+
__version__ = "0.9.4"

0 commit comments

Comments
 (0)