]> git.scottworley.com Git - git-cache/blobdiff - default.nix
Release 1.1.0
[git-cache] / default.nix
index c3515715a3b6e30a1321fa18817c501e9a6c23c6..0a040cf756b466c81673868d99ea6e98b9596356 100644 (file)
@@ -3,7 +3,7 @@ pkgs.python3Packages.callPackage
 ({ lib, buildPythonPackage, nix, git, autopep8, mypy, pylint, }:
   buildPythonPackage rec {
     pname = "git-cache";
-    version = "1.0.0";
+    version = "1.1.0";
     src = lib.cleanSource ./.;
     checkInputs = [ nix git mypy ] ++ lib.optionals lint [ autopep8 pylint ];
     doCheck = true;