Skip to content

Commit 8c0b5d8

Browse files
authored
chore: Bump version to 1.2.1 (#57)
Signed-off-by: Jacob Fuss <[email protected]> Co-authored-by: Jacob Fuss <[email protected]>
1 parent feba097 commit 8c0b5d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kitops/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
"""
2020
Manage KitOps' ModelKits
2121
"""
22-
__version__ = "1.2.0"
22+
__version__ = "1.2.1"
2323
__all__ = ["kitfile", "reference", "user", "manager"]

pyproject.toml

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

55
[project]
66
name = "kitops"
7-
version = "1.2.0"
7+
version = "1.2.1"
88
authors = [
99
{ name="Brett Hodges", email="[email protected]" },
1010
]

0 commit comments

Comments
 (0)