fix: sync __version__ with pyproject and pin test to single source

This commit is contained in:
2026-07-22 11:28:20 -04:00
parent 8559f10403
commit 6380ba7514
2 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ from polygateway.types import (
SourceConfig,
)
__version__ = "0.1.0"
__version__ = "1.0.0"
__all__ = [
"DEFAULT_PROFILES",