chore: release v0.2.0 -- version bump, changelog, FastAPI version fix
This commit is contained in:
+1
-1
@@ -209,7 +209,7 @@ async def lifespan(app: FastAPI):
|
||||
# App
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
app = FastAPI(title="muxplex", version="0.1.0", lifespan=lifespan)
|
||||
app = FastAPI(title="muxplex", version="0.2.0", lifespan=lifespan)
|
||||
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user