6 lines
91 B
Python
6 lines
91 B
Python
"""Agentic Gitea issue-to-PR manager."""
|
|
|
|
__all__ = ["__version__"]
|
|
|
|
__version__ = "0.1.0"
|