Skip to content

Commit 7e2f1e8

Browse files
Merge pull request #573 from stacklok/bump-codegate-version017
Bump codegate version to `0.1.7`
2 parents c68ef71 + 6ee44f6 commit 7e2f1e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "codegate"
3-
version = "0.1.0"
3+
version = "0.1.7"
44
description = "Generative AI CodeGen security gateway"
55
readme = "README.md"
66
authors = []

src/codegate/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
__version__ = "unknown"
1515
__description__ = "codegate"
1616

17-
__version__ = "0.1.5"
17+
__version__ = "0.1.7"
1818
__description__ = "A configurable service gateway"
1919

2020
__all__ = ["Config", "ConfigurationError", "LogFormat", "LogLevel", "setup_logging"]

0 commit comments

Comments
 (0)