Skip to content

Commit 68ac862

Browse files
committed
feat: added builds to the dependencies and updated the version
1 parent 586b921 commit 68ac862

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "clevertools"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "Clevertools is a utility library providing practical tools for common workflows."
99
readme = "README.md"
1010
requires-python = ">=3.10"

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
pytest
22
twine
3+
build

0 commit comments

Comments
 (0)