]> git.scottworley.com Git - pinch/commitdiff
Start on 3.0.13
authorScott Worley <scottworley@scottworley.com>
Fri, 8 Dec 2023 03:25:30 +0000 (19:25 -0800)
committerScott Worley <scottworley@scottworley.com>
Fri, 8 Dec 2023 03:25:30 +0000 (19:25 -0800)
default.nix
setup.py

index 00ddac98d4f7d141029d25f711a6e2ca523a5d07..352bd1fa1a2ee67f6a353e4c768b4220d8269042 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.12";
+    version = "3.0.13-pre";
     src = lib.cleanSource ./.;
     buildInputs = [ makeWrapper ];
     propagatedBuildInputs = [ git-cache ];
index 9466e35ae55414ad58944445e22f65334122b652..08ad174f992c0f56d75660eadc484a71ff63d9c2 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup
 
 setup(
     name='pinch',
-    version='3.0.12',
+    version='3.0.13-pre',
     description="Cache git content locally",
     author="Scott Worley",
     author_email="scottworley@scottworley.com",