]> git.scottworley.com Git - git-cache/commitdiff
Start on 1.5.0
authorScott Worley <scottworley@scottworley.com>
Sat, 29 Jun 2024 06:29:57 +0000 (23:29 -0700)
committerScott Worley <scottworley@scottworley.com>
Sat, 29 Jun 2024 06:29:57 +0000 (23:29 -0700)
default.nix
setup.py

index a33d20ffc9f5eaeed7a3dc1196012df1d7266d2e..41a0d793c509c968127b719e3517403d6e8ca5f0 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.4";
+    version = "1.5.0-pre";
     src = lib.cleanSource ./.;
     propagatedBuildInputs = [ backoff ];
     "${checkInputsName}" = [ nix git mypy ]
index c412039af19e569798f62ace62630a228ae9e618..89de0646bcaad6513d497936fb4306f01f054db2 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup
 
 setup(
     name="git_cache",
-    version="1.4.4",
+    version="1.5.0-pre",
     description="Cache git content locally",
     author="Scott Worley",
     author_email="scottworley@scottworley.com",