Skip to content

Commit

Permalink
upping version
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsOwen committed Mar 16, 2023
1 parent c4abe85 commit 23a1184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
from src.common.pg_impl import PGImplementation

# set the app version
APP_VERSION = 'v0.3.1'
APP_VERSION = 'v0.3.2'

# declare the FastAPI details
APP = FastAPI(title='APSVIZ Settings', version=APP_VERSION)
Expand Down

0 comments on commit 23a1184

Please sign in to comment.