From: Scott Worley Date: Mon, 4 May 2026 06:02:54 +0000 (-0700) Subject: Start on 3.3.3 X-Git-Tag: v3.3.3~3 X-Git-Url: http://git.scottworley.com/pinch/commitdiff_plain/d4b742f5cad1caf07e920e0093374e2acaca8ede?ds=inline Start on 3.3.3 --- diff --git a/default.nix b/default.nix index cbbab9e..0eac545 100644 --- a/default.nix +++ b/default.nix @@ -48,7 +48,7 @@ pkgs.python3Packages.callPackage }: buildPythonPackage rec { pname = "pinch"; - version = "3.3.2"; + version = "3.3.3-pre"; src = lib.cleanSource ./.; pyproject = true; build-system = [ setuptools ]; diff --git a/setup.py b/setup.py index 0c852f4..8dbf88f 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name='pinch', - version='3.3.2', + version='3.3.3-pre', description='PIN CHannels - a replacement for `nix-channel --update`', author="Scott Worley", author_email="scottworley@scottworley.com",