Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Get version dynamically as opposed to the hardcoded one we have now #592

Merged
merged 1 commit into from
Jan 15, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions src/codegate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
__version__ = "unknown"
__description__ = "codegate"

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

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

# Set up null handler to avoid "No handler found" warnings.
Expand Down
Loading