]> git.scottworley.com Git - git-cache/commitdiff
Start on 1.4.4
authorScott Worley <scottworley@scottworley.com>
Mon, 3 Jun 2024 09:27:50 +0000 (02:27 -0700)
committerScott Worley <scottworley@scottworley.com>
Mon, 3 Jun 2024 09:27:50 +0000 (02:27 -0700)
default.nix
setup.py

index a09bd68da2f70099dc61d6d4b8ebb7f43f10b41d..83d4c799b2c39b9c23ad1ea26a9278a76dac1e80 100644 (file)
@@ -9,7 +9,7 @@ in pkgs.python3Packages.callPackage
 ({ lib, buildPythonPackage, nix, git, backoff, autopep8, mypy, pylint, }:
   buildPythonPackage rec {
     pname = "git-cache";
-    version = "1.4.3";
+    version = "1.4.4-pre";
     src = lib.cleanSource ./.;
     propagatedBuildInputs = [ backoff ];
     "${checkInputsName}" = [ nix git mypy ]
index 101451ebf1516cf1dc0ed6205356368eb25877c1..9d068e7f0c4bb0ae7a36487447bbd3154e98c9f9 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup
 
 setup(
     name="git_cache",
-    version="1.4.3",
+    version="1.4.4-pre",
     description="Cache git content locally",
     author="Scott Worley",
     author_email="scottworley@scottworley.com",