From c00537e92d1ff79d515a3d8254f8661fe45e0da5 Mon Sep 17 00:00:00 2001 From: doronz88 Date: Wed, 10 Apr 2024 21:26:21 +0300 Subject: [PATCH] pyproject: bump version to v2.0.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c83fadd..ba1fc83 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pytun-pmd3" -version = "2.0.0" +version = "2.0.1" description = "python-pytun fork with darwin and windows support (IPv6-ONLY)" readme = "README.md" requires-python = ">=3.8"