Skip to content

Commit

Permalink
bump version to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ImMohammad20000 authored Jan 5, 2025
1 parent 84edad6 commit ee55da1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

from config import ALLOWED_ORIGINS, DOCS, XRAY_SUBSCRIPTION_PATH

__version__ = "0.8.0"
__version__ = "0.8.1"

app = FastAPI(
title="MarzbanAPI",
Expand All @@ -32,8 +32,7 @@
allow_methods=["*"],
allow_headers=["*"],
)

from app import dashboard, jobs, routers, telegram # noqa
from app import dashboard, telegram, routers, jobs # noqa
from app.routers import api_router # noqa

app.include_router(api_router)
Expand Down

0 comments on commit ee55da1

Please sign in to comment.