Skip to content

Commit

Permalink
Forgot a , at the pyproject.toml file for the exclude statement
Browse files Browse the repository at this point in the history
  • Loading branch information
ArJaVer committed Oct 17, 2024
1 parent 2ef362a commit 177e0e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ include = [
# Exclude specific files and directories
exclude = [
"scripts/*",
"*.log"
"*.log",
"*.tmp"
]
2 changes: 1 addition & 1 deletion src/evaluix/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.9.2.0"
__version__ = "0.9.2.1"

0 comments on commit 177e0e2

Please sign in to comment.