Skip to content

Commit

Permalink
Bump to version 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tompollard committed Jun 16, 2024
1 parent 6e7f4bc commit c22f7d9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "tableone"
version = "0.9.0"
version = "0.9.1"
authors = [
{ name="Tom Pollard", email="[email protected]" },
{ name="Alistair Johnson" },
Expand Down
2 changes: 1 addition & 1 deletion tableone/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .tableone import TableOne, load_dataset, tableone

__author__ = "Tom Pollard <[email protected]>, Alistair Johnson, Jesse Raffa"
__version__ = "0.9.0"
__version__ = "0.9.1"

0 comments on commit c22f7d9

Please sign in to comment.