]> git.scottworley.com Git - pinch/commitdiff
Start on 3.3.3
authorScott Worley <scottworley@scottworley.com>
Mon, 4 May 2026 06:02:54 +0000 (23:02 -0700)
committerScott Worley <scottworley@scottworley.com>
Mon, 4 May 2026 06:02:54 +0000 (23:02 -0700)
default.nix
setup.py

index cbbab9ef5b49cd9dc7bd651154b1d48ea02c9349..0eac54594dd222b19d8b5123d05c7c84f54c2ca6 100644 (file)
@@ -48,7 +48,7 @@ pkgs.python3Packages.callPackage
     }:
     buildPythonPackage rec {
       pname = "pinch";
     }:
     buildPythonPackage rec {
       pname = "pinch";
-      version = "3.3.2";
+      version = "3.3.3-pre";
       src = lib.cleanSource ./.;
       pyproject = true;
       build-system = [ setuptools ];
       src = lib.cleanSource ./.;
       pyproject = true;
       build-system = [ setuptools ];
index 0c852f4c633a4a751776feb634fda0353426c3c8..8dbf88fb679ec27f5594af4833f9587e871ea3c0 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup
 
 setup(
     name='pinch',
 
 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",
     description='PIN CHannels - a replacement for `nix-channel --update`',
     author="Scott Worley",
     author_email="scottworley@scottworley.com",