From 0fa78a1ca1eeb8e31d74ade41cd505d805e5db4f Mon Sep 17 00:00:00 2001 From: Gijs Molenaar Date: Mon, 29 Dec 2025 12:35:37 +0200 Subject: [PATCH] Bump version to 2.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is the last minor release before the next major release (3.0), which will be fully Python native without bundled DLL/SO libraries. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 701aa3bb..a42483a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "python-snap7" -version = "2.0.2" +version = "2.1.0" description = "Python wrapper for the snap7 library" readme = "README.rst" authors = [ diff --git a/uv.lock b/uv.lock index 73c2915a..a490155b 100644 --- a/uv.lock +++ b/uv.lock @@ -566,7 +566,7 @@ wheels = [ [[package]] name = "python-snap7" -version = "2.0.2" +version = "2.1.0" source = { editable = "." } [package.optional-dependencies]