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