]> git.scottworley.com Git - pinch/commitdiff
Start on 3.3.1
authorScott Worley <scottworley@scottworley.com>
Thu, 10 Jul 2025 00:19:02 +0000 (17:19 -0700)
committerScott Worley <scottworley@scottworley.com>
Thu, 10 Jul 2025 00:27:29 +0000 (17:27 -0700)
default.nix
setup.py

index 8025d4aad57aeca145463ea091dc4acb2e027ab5..23bb0533099f2b939fcf88910eb44a6a60edb14e 100644 (file)
@@ -25,7 +25,7 @@ in pkgs.python3Packages.callPackage
 ({ lib, buildPythonPackage, nix, git, autopep8, mypy, pylint, git-cache, }:
   buildPythonPackage rec {
     pname = "pinch";
 ({ lib, buildPythonPackage, nix, git, autopep8, mypy, pylint, git-cache, }:
   buildPythonPackage rec {
     pname = "pinch";
-    version = "3.3.0";
+    version = "3.3.1-pre";
     src = lib.cleanSource ./.;
     propagatedBuildInputs = [ git-cache ];
     "${checkInputsName}" = [ nix git mypy ]
     src = lib.cleanSource ./.;
     propagatedBuildInputs = [ git-cache ];
     "${checkInputsName}" = [ nix git mypy ]
index 6db91c74b2a874661b43c293ed4c86b398074c4a..7b1cee36e3c8fc0c2cfb9502660aab76a14602ff 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.0',
+    version='3.3.1-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",