Skip to content

Commit 0454544

Browse files
committed
0.1.2 reased
1 parent f128dc3 commit 0454544

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/scripts/check-release-exists.sh

100644100755
File mode changed.

.github/workflows/scripts/generate-release-notes.sh

100644100755
File mode changed.

.github/workflows/scripts/get-next-version.sh

100644100755
File mode changed.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
2-
name = "speops-cli"
3-
version = "0.0.22"
2+
name = "specops-cli"
3+
version = "0.1.2"
44
description = "SpecOps CLI, part of DotLabs Spec Ops. A tool to bootstrap your projects for Spec-Driven Infrastructure as Code."
55
requires-python = ">=3.11"
66
dependencies = [
@@ -13,7 +13,7 @@ dependencies = [
1313
]
1414

1515
[project.scripts]
16-
speops = "specops_cli:main"
16+
specops = "specops_cli:main"
1717

1818
[build-system]
1919
requires = ["hatchling"]

0 commit comments

Comments
 (0)