diff --git a/release-notes.md b/release-notes.md index b322c2b..2c22d51 100644 --- a/release-notes.md +++ b/release-notes.md @@ -2,6 +2,8 @@ ## Latest Changes +## 0.0.4 + ### Fixes * 🔧 Make FastAPI and Uvicorn optional dependencies, to avoid circular dependencies. PR [#25](https://github.com/tiangolo/fastapi-cli/pull/25) by [@tiangolo](https://github.com/tiangolo). diff --git a/src/fastapi_cli/__init__.py b/src/fastapi_cli/__init__.py index 27fdca4..81f0fde 100644 --- a/src/fastapi_cli/__init__.py +++ b/src/fastapi_cli/__init__.py @@ -1 +1 @@ -__version__ = "0.0.3" +__version__ = "0.0.4"