]> git.scottworley.com Git - pinch/commitdiff
Start on 3.0.12
authorScott Worley <scottworley@scottworley.com>
Thu, 7 Sep 2023 20:29:30 +0000 (13:29 -0700)
committerScott Worley <scottworley@scottworley.com>
Thu, 7 Sep 2023 20:29:30 +0000 (13:29 -0700)
default.nix
setup.py

index e9cf252d945465fc509c56e744fa62ebdafcf88a..d397854b08c9c4c127c08e0c11891b1fe7b377e3 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.11";
+    version = "3.0.12-pre";
     src = lib.cleanSource ./.;
     buildInputs = [ makeWrapper ];
     propagatedBuildInputs = [ git-cache ];
index 5e71635a6f486ca60b6439d267657b01dd88cbff..a85a8fc028e5ea51d7c90d08d8d24b6d1f5716c9 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup
 
 setup(
     name='pinch',
-    version='3.0.11',
+    version='3.0.12-pre',
     description="Cache git content locally",
     author="Scott Worley",
     author_email="scottworley@scottworley.com",