]> git.scottworley.com Git - pinch/commitdiff
Start on 3.3.2
authorScott Worley <scottworley@scottworley.com>
Sun, 14 Dec 2025 09:19:51 +0000 (01:19 -0800)
committerScott Worley <scottworley@scottworley.com>
Sun, 14 Dec 2025 09:19:51 +0000 (01:19 -0800)
default.nix
setup.py

index 6ba300ad1fdba927963c81c189648913c397bb16..c0903a198c0370ccf40f926bde241acc36575e33 100644 (file)
@@ -25,7 +25,7 @@ in pkgs.python3Packages.callPackage
 ({ lib, buildPythonPackage, nix, git, autopep8, mypy, pylint, git-cache, }:
   buildPythonPackage rec {
     pname = "pinch";
-    version = "3.3.1";
+    version = "3.3.2-pre";
     src = lib.cleanSource ./.;
     propagatedBuildInputs = [ git-cache ];
     "${checkInputsName}" = [ nix git mypy ]
index c7e925f2ece4ca1bb7c5bad7af3585928dad0182..f4d3e8a1a39c57ad64ad7af4829650658fbdf3f1 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup
 
 setup(
     name='pinch',
-    version='3.3.1',
+    version='3.3.2-pre',
     description='PIN CHannels - a replacement for `nix-channel --update`',
     author="Scott Worley",
     author_email="scottworley@scottworley.com",