]> git.scottworley.com Git - pinch/commitdiff
Release 3.0.14 v3.0.14
authorScott Worley <scottworley@scottworley.com>
Thu, 25 Jan 2024 03:19:42 +0000 (19:19 -0800)
committerScott Worley <scottworley@scottworley.com>
Thu, 25 Jan 2024 03:19:42 +0000 (19:19 -0800)
default.nix
setup.py

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