Skip to content

Commit

Permalink
build: v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-nelson-uiuc committed Dec 26, 2024
1 parent cc29b94 commit 220bc51
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "tidy-tools"
version = "0.3.0"
version = "0.3.1"
description = "Declarative programming for PySpark workflows."
readme = "README.md"
requires-python = ">=3.10"
Expand Down
2 changes: 1 addition & 1 deletion src/tidy_tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from tidy_tools.functions import reader

__all__ = ["reader", "merge"]
__version__ = "0.3.0"
__version__ = "0.3.1"


LOG_FORMAT: str = "{time:HH:mm:ss} | <level>{level:<8}</level> | {message}"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 220bc51

Please sign in to comment.