We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 586b921 commit 68ac862Copy full SHA for 68ac862
2 files changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "clevertools"
7
-version = "0.1.0"
+version = "0.1.1"
8
description = "Clevertools is a utility library providing practical tools for common workflows."
9
readme = "README.md"
10
requires-python = ">=3.10"
requirements.txt
@@ -1,2 +1,3 @@
1
pytest
2
twine
3
+build
0 commit comments