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

Commit 23d4a6f

Browse files
authored
Merge pull request #592 from JAORMX/version-dynamic
Get version dynamically as opposed to the hardcoded one we have now
2 parents 8d4aec8 + a01e202 commit 23d4a6f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/codegate/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
__version__ = "unknown"
1515
__description__ = "codegate"
1616

17-
__version__ = "0.1.7"
18-
__description__ = "A configurable service gateway"
19-
2017
__all__ = ["Config", "ConfigurationError", "LogFormat", "LogLevel", "setup_logging"]
2118

2219
# Set up null handler to avoid "No handler found" warnings.

0 commit comments

Comments
 (0)