]> git.scottworley.com Git - pinch/commitdiff
Start on 3.2.0
authorScott Worley <scottworley@scottworley.com>
Wed, 9 Jul 2025 23:12:34 +0000 (16:12 -0700)
committerScott Worley <scottworley@scottworley.com>
Wed, 9 Jul 2025 23:12:34 +0000 (16:12 -0700)
default.nix
setup.py

index fd2bccff4f52c1cc7a6764ee301deda0832a9df5..6f297e74c1f1eedb0fb2f67f35b588cfacfe4cdb 100644 (file)
@@ -25,7 +25,7 @@ in pkgs.python3Packages.callPackage ({ lib, buildPythonPackage, nix_2_3, git
   , autopep8, makeWrapper, mypy, pylint, git-cache, }:
   buildPythonPackage rec {
     pname = "pinch";
-    version = "3.1.0";
+    version = "3.2.0-pre";
     src = lib.cleanSource ./.;
     buildInputs = [ makeWrapper ];
     propagatedBuildInputs = [ git-cache ];
index bbcf25004cf4b31a8e0f6e2a338e010144a29b42..65e7d5805587b7bc62920992faf09d036c653fff 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup
 
 setup(
     name='pinch',
-    version='3.1.0',
+    version='3.2.0-pre',
     description='PIN CHannels - a replacement for `nix-channel --update`',
     author="Scott Worley",
     author_email="scottworley@scottworley.com",