We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1dabaf commit fb14ddaCopy full SHA for fb14dda
1 file changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "revoltutils"
3
-version = "1.0.0"
+version = "1.0.1"
4
description = "revoltutils is an Python utility library offering modular tools for networking, file operations, system info, and automation."
5
readme = "README.md"
6
requires-python = ">=3.13"
@@ -59,4 +59,4 @@ Source = "https://github.com/RevoltSecurities/revoltutils"
59
Issues = "https://github.com/RevoltSecurities/revoltutils/issues"
60
61
[project.scripts]
62
-revoltutils = "revoltutils:main"
+revoltutils = "revoltutils:main"
0 commit comments