Skip to content

Commit

Permalink
Merge pull request #573 from stacklok/bump-codegate-version017
Browse files Browse the repository at this point in the history
Bump codegate version to `0.1.7`
  • Loading branch information
aponcedeleonch authored Jan 13, 2025
2 parents c68ef71 + 6ee44f6 commit 7e2f1e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "codegate"
version = "0.1.0"
version = "0.1.7"
description = "Generative AI CodeGen security gateway"
readme = "README.md"
authors = []
Expand Down
2 changes: 1 addition & 1 deletion src/codegate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
__version__ = "unknown"
__description__ = "codegate"

__version__ = "0.1.5"
__version__ = "0.1.7"
__description__ = "A configurable service gateway"

__all__ = ["Config", "ConfigurationError", "LogFormat", "LogLevel", "setup_logging"]
Expand Down

0 comments on commit 7e2f1e8

Please sign in to comment.