]> git.scottworley.com Git - pinch/commitdiff
Start on 3.3.0
authorScott Worley <scottworley@scottworley.com>
Wed, 9 Jul 2025 23:33:35 +0000 (16:33 -0700)
committerScott Worley <scottworley@scottworley.com>
Thu, 10 Jul 2025 00:09:01 +0000 (17:09 -0700)
default.nix
setup.py

index 29096f8890bdb03dee69b46698911da5e24657aa..777a767f015346893531691b0bd5dece4b28a736 100644 (file)
@@ -25,7 +25,7 @@ in pkgs.python3Packages.callPackage ({ lib, buildPythonPackage, nix, git
   , autopep8, makeWrapper, mypy, pylint, git-cache, }:
   buildPythonPackage rec {
     pname = "pinch";
   , autopep8, makeWrapper, mypy, pylint, git-cache, }:
   buildPythonPackage rec {
     pname = "pinch";
-    version = "3.2.0";
+    version = "3.3.0-pre";
     src = lib.cleanSource ./.;
     buildInputs = [ makeWrapper ];
     propagatedBuildInputs = [ git-cache ];
     src = lib.cleanSource ./.;
     buildInputs = [ makeWrapper ];
     propagatedBuildInputs = [ git-cache ];
index 6f348e737dbfb2d1ff93243d865f95ab277637ac..5f7cb6541a1d875afbfa08337e02c0c3f309bc98 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup
 
 setup(
     name='pinch',
 
 setup(
     name='pinch',
-    version='3.2.0',
+    version='3.3.0-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",