You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🔧 (workflows): add GitHub Actions for coverage, docs, and tests
Add workflows for test coverage and documentation deployment to automate
CI/CD processes. This ensures consistent testing and documentation updates
on the master branch.
✅ (workflows): refactor publish workflow to include tests
Separate tests into their own workflow and ensure they run before
publishing. This improves reliability by ensuring code is tested
before deployment.
⬆️ (pyproject.toml): update version to 0.1.0 and adjust Python requirement
Bump version to 0.1.0 to reflect new features and improvements.
Adjust Python version requirement to >=3.11 for broader compatibility.
Copy file name to clipboardExpand all lines: pyproject.toml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
[project]
2
2
name = "socketapi"
3
-
version = "0.0.0"
3
+
version = "0.1.0"
4
4
description = "SocketAPI is a lightweight Python framework for real-time WebSocket APIs, using a single multiplexed connection with endpoint-like actions and channel subscriptions."
0 commit comments