Skip to content

Commit 9f888e7

Browse files
Bump version to 1.5.0
Minor version bump for dropping Python 3.9 support, modernized tooling (pyproject.toml, uv, ty), and urllib3 best-practice fixes. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 14f03f5 commit 9f888e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cruds/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
from .core import Client
2929

3030
__author__: str = "John Brandborg"
31-
__version__: str = "1.4.2"
31+
__version__: str = "1.5.0"
3232

3333
__all__: list = ["Client", "auth"]

0 commit comments

Comments
 (0)