Commit 65c3a72e authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python3Packages.sagemaker-mlflow: fix version

parent 42e29df3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

buildPythonPackage rec {
  pname = "sagemaker-mlflow";
  version = ".0.2.0";
  version = "0.2.0";
  pyproject = true;

  src = fetchFromGitHub {