Skip to content

Commit

Permalink
bump version to 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vertti committed Jan 14, 2025
1 parent 25c12c4 commit 7d78a8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ MIT

## Changelog

### 0.9.1
### 0.9.2

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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "daffy"
version = "0.9.1"
version = "0.9.2"
description = "Function decorators for Pandas and Polars Dataframe column name and data type validation"
authors = [
{ name="Janne Sinivirta", email="janne.sinivirta@gmail.com" },
Expand Down

0 comments on commit 7d78a8c

Please # to comment.