Skip to content

Commit a8db2a0

Browse files
Qubitiumdevin-ai-integration[bot]
authored andcommitted
Bump version to 0.4.9
1 parent 3035c35 commit a8db2a0

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "LogBar"
7-
version = "0.4.8"
7+
version = "0.4.9"
88
description = "A unified Logger and ProgressBar util with zero dependencies."
99
readme = "README.md"
1010
requires-python = ">=3"
@@ -34,4 +34,5 @@ dependencies = []
3434
Homepage = "https://github.com/ModelCloud/LogBar"
3535

3636
[tool.setuptools.packages.find]
37-
include = ["logbar", "logbar.*"]
37+
include = ["logbar*"]
38+
exclude = ["tests*", "test*"]

0 commit comments

Comments
 (0)