From 2631eb04ce210e6717ae3bda353ad0a42dfa89ac Mon Sep 17 00:00:00 2001 From: Tara Natarajan Date: Thu, 1 May 2025 13:40:30 -0700 Subject: [PATCH] Updated version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1f39f8394..1bb7e629b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "benchling-openapi-python-client" -version = "2.0.0-alpha.1" +version = "2.0.0-alpha.2" description = "Generate modern Python clients from OpenAPI - Benchling fork" repository = "https://github.com/benchling/openapi-python-client" license = "MIT"