X-Git-Url: http://git.scottworley.com/pinch/blobdiff_plain/b1590faa718dad9dae442a1b8e6731be071489a9..1c2be76a004c61939e70baf025f0e3cc710f082b:/default.nix diff --git a/default.nix b/default.nix index 62798c1..56f47de 100644 --- a/default.nix +++ b/default.nix @@ -19,7 +19,7 @@ in pkgs.python3Packages.callPackage ({ lib, buildPythonPackage, nix, git, autopep8, mypy, pylint, git-cache, }: buildPythonPackage rec { pname = "pinch"; - version = "3.0.0"; + version = "3.0.1-pre"; src = lib.cleanSource ./.; propagatedBuildInputs = [ git-cache ]; checkInputs = [ nix git mypy ] ++ lib.optionals lint [ autopep8 pylint ];