]> git.scottworley.com Git - pinch/commitdiff
Start on 3.0.15
authorScott Worley <scottworley@scottworley.com>
Thu, 15 Feb 2024 05:26:53 +0000 (21:26 -0800)
committerScott Worley <scottworley@scottworley.com>
Thu, 15 Feb 2024 05:26:53 +0000 (21:26 -0800)
default.nix
setup.py

index 60cf14ac366dc0268e906e662dcce546618a3c86..143e57409cdca23ba7713e290571d4f3fc2b027d 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.0.14";
+    version = "3.0.15-pre";
     src = lib.cleanSource ./.;
     buildInputs = [ makeWrapper ];
     propagatedBuildInputs = [ git-cache ];
index b105835893c1b53d1f3c691f5e236b560344b803..309edbfe19b2593767ad23abc532644957645c52 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup
 
 setup(
     name='pinch',
-    version='3.0.14',
+    version='3.0.15-pre',
     description="Cache git content locally",
     author="Scott Worley",
     author_email="scottworley@scottworley.com",