diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index f712f00..1263d15 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @daniellok-db @B-Step62 @BenWilson2 @WeichenXu123 @dbczumar @harupy @janjagusch @jaroslawk @serena-ruan @xhochy \ No newline at end of file +* @B-Step62 @BenWilson2 @WeichenXu123 @daniellok-db @dbczumar @harupy @janjagusch @jaroslawk @serena-ruan @xhochy \ No newline at end of file diff --git a/README.md b/README.md index 5472119..ed39737 100644 --- a/README.md +++ b/README.md @@ -499,8 +499,10 @@ In order to produce a uniquely identifiable distribution: Feedstock Maintainers ===================== +* [@B-Step62](https://github.com/B-Step62/) * [@BenWilson2](https://github.com/BenWilson2/) * [@WeichenXu123](https://github.com/WeichenXu123/) +* [@daniellok-db](https://github.com/daniellok-db/) * [@dbczumar](https://github.com/dbczumar/) * [@harupy](https://github.com/harupy/) * [@janjagusch](https://github.com/janjagusch/) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index b86773e..af2319f 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "mlflow" %} -{% set version = "2.10.0" %} +{% set version = "2.10.1" %} {% if mlflow_variant == "skinny" %} {% set mlflow_suffix = "-skinny" %} {% set mlflow_other = "" %} @@ -14,7 +14,7 @@ package: source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz - sha256: 9a97abceae240b9831080a16afc3eb668b339b9ca4382fb3bd6a7a2fc7bd0951 + sha256: d534e658a979517f56478fc7f0b1a19451700078a725242e789fe63c87d46815 build: number: 0