Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed Oct 29, 2024
1 parent 028d89d commit 3b5648d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
## Changelog

#### 0.30.0 - 2024-06-25
#### 0.30.0 - 2024-10-29
- update dependencies (numpy >= 1.14.0)
- fix for `decimal` kwarg not working in StatisticalResult


#### 0.29.0 - 2024-06-25
Expand Down
2 changes: 1 addition & 1 deletion lifelines/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals

__version__ = "0.29.0"
__version__ = "0.30.0"

0 comments on commit 3b5648d

Please sign in to comment.