]> git.scottworley.com Git - hellowebpy/blobdiff - default.nix
Start on 1.0.1
[hellowebpy] / default.nix
index c256aea11384b30734dcdc7146a5f566c2b80742..a223caaf8675c1a687658e42a1d6900f7d786daa 100644 (file)
@@ -4,7 +4,7 @@ pkgs.python3Packages.callPackage
 ({ autopep8, buildPythonPackage, curl, lib, mypy, pylint, }:
   buildPythonPackage rec {
     pname = "hellowebpy";
-    version = "1.0.0";
+    version = "1.0.1-pre";
     src = lib.cleanSource ./.;
     PIP_DISABLE_PIP_VERSION_CHECK = 1;
     checkInputs = [ curl mypy ] ++ lib.optionals lint [ autopep8 pylint ];