From: Scott Worley Date: Fri, 8 Dec 2023 03:25:30 +0000 (-0800) Subject: Start on 3.0.13 X-Git-Tag: v3.0.13~4 X-Git-Url: http://git.scottworley.com/pinch/commitdiff_plain/d8e3190241be14f3f6ef78b936386544157a2a2c Start on 3.0.13 --- diff --git a/default.nix b/default.nix index 00ddac9..352bd1f 100644 --- a/default.nix +++ b/default.nix @@ -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 ]; diff --git a/setup.py b/setup.py index 9466e35..08ad174 100644 --- 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",