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