From d4b742f5cad1caf07e920e0093374e2acaca8ede Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Sun, 3 May 2026 23:02:54 -0700 Subject: [PATCH] Start on 3.3.3 --- default.nix | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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", -- 2.51.2