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

Commit bc79aee

Browse files
feat(package): release v0.11.0 (#832)
## Change Summary Please summarise the changes this pull request is making here. closes #799 ## Checklist - [ ] Unit tests for the changes exist - [ ] Tests pass without significant drop in coverage - [ ] Documentation reflects changes where applicable - [ ] Test snapshots have been [updated](https://prisma-client-py.readthedocs.io/en/latest/contributing/contributing/#snapshot-tests) if applicable ## Agreement By submitting this pull request, I confirm that you can use, modify, copy and redistribute this contribution, under the terms of your choice.
1 parent 9d63b8e commit bc79aee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/prisma/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
__author__ = 'RobertCraigie'
55
__license__ = 'APACHE'
66
__copyright__ = 'Copyright 2020-2023 RobertCraigie'
7-
__version__ = '0.10.1a'
7+
__version__ = '0.11.0'
88

99
from typing import TYPE_CHECKING
1010

0 commit comments

Comments
 (0)