Skip to content

Commit 7d78a8c

Browse files
committedJan 14, 2025·
bump version to 0.9.2
1 parent 25c12c4 commit 7d78a8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ MIT
164164

165165
## Changelog
166166

167-
### 0.9.1
167+
### 0.9.2
168168

169169
- Add explicit `__all__` export for functions to make Mypy happy
170170

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "daffy"
3-
version = "0.9.1"
3+
version = "0.9.2"
44
description = "Function decorators for Pandas and Polars Dataframe column name and data type validation"
55
authors = [
66
{ name="Janne Sinivirta", email="janne.sinivirta@gmail.com" },

0 commit comments

Comments
 (0)
Please sign in to comment.