We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da3b564 + ba46927 commit ccdf802Copy full SHA for ccdf802
2 files changed
api/main.py
@@ -23,7 +23,7 @@ async def lifespan(app: FastAPI):
23
24
app = FastAPI(
25
title="Modly API",
26
- version="0.2.0",
+ version="0.2.1",
27
lifespan=lifespan,
28
)
29
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "modly",
3
- "version": "0.2.0",
+ "version": "0.2.1",
4
"description": "Local AI-powered 3D mesh generation from images",
5
"main": "./out/main/index.js",
6
"author": "Modly",
0 commit comments