From 0ec94cd9239841a6d3a50d65d52c5fd7597f6b80 Mon Sep 17 00:00:00 2001 From: John Harrison Date: Fri, 9 Jun 2023 15:11:06 +0100 Subject: [PATCH] Release 0.5.0 --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf3ff94..7f6ab49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.5.0] - 2023-06-09 ### Added - Support for Python 3.10, 3.11 diff --git a/pyproject.toml b/pyproject.toml index 6414864..07d5f70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fastapi-mlflow" -version = "0.5.0rc1" +version = "0.5.0" description = "Deploy mlflow models as JSON APIs with minimal new code." authors = ["John Harrison "] readme = "README.md"