Skip to content

Commit ccdf802

Browse files
Merge pull request #60 from lightningpixel/main
dump version 0.2.1
2 parents da3b564 + ba46927 commit ccdf802

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

api/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ async def lifespan(app: FastAPI):
2323

2424
app = FastAPI(
2525
title="Modly API",
26-
version="0.2.0",
26+
version="0.2.1",
2727
lifespan=lifespan,
2828
)
2929

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "modly",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Local AI-powered 3D mesh generation from images",
55
"main": "./out/main/index.js",
66
"author": "Modly",

0 commit comments

Comments
 (0)