We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a01e5e1 + 1e31229 commit ca3c971Copy full SHA for ca3c971
pyproject.toml
@@ -31,7 +31,7 @@ dependencies = [
31
]
32
33
[project.scripts]
34
-calculator = "lugus.entry_points:lugus"
+lugus = "lugus.entry_points:lugus"
35
36
[project.urls]
37
Documentation = "https://github.com/OpenCode/lugus#readme"
src/lugus/__about__.py
@@ -1,4 +1,4 @@
1
# SPDX-FileCopyrightText: 2024-present Francesco Apruzzese <[email protected]>
2
#
3
# SPDX-License-Identifier: MIT
4
-__version__ = "0.2.0"
+__version__ = "0.2.1"
0 commit comments