From 96ad24f214af3e6efb5884f4d5d45e09688dabd1 Mon Sep 17 00:00:00 2001 From: Robert Craigie Date: Sat, 1 Jul 2023 11:01:30 +0100 Subject: [PATCH] feat(package): release v0.9.1 (#781) ## 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 055901489..907ba38ec 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.0' +__version__ = '0.9.1' from typing import TYPE_CHECKING