From 823bad942a9cba3a15777f74053c3e6212dd916b Mon Sep 17 00:00:00 2001 From: Robert Craigie Date: Mon, 28 Aug 2023 11:12:58 +0100 Subject: [PATCH] feat(package): release v0.10.0 (#809) ## Change Summary Please summarise the changes this pull request is making here. ## 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. --- src/prisma/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/prisma/__init__.py b/src/prisma/__init__.py index 907ba38ec..08b6ae30d 100644 --- a/src/prisma/__init__.py +++ b/src/prisma/__init__.py @@ -4,7 +4,7 @@ __author__ = 'RobertCraigie' __license__ = 'APACHE' __copyright__ = 'Copyright 2020-2023 RobertCraigie' -__version__ = '0.9.1' +__version__ = '0.10.0' from typing import TYPE_CHECKING