Skip to content

Commit

Permalink
vb .2-.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Sieber committed May 21, 2021
1 parent 9b1f610 commit e9391f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ctms/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
app = FastAPI(
title="ConTact Management System (CTMS)",
description="CTMS API (work in progress)",
version="0.8.2",
version="0.8.3",
)
SessionLocal = None
METRICS_REGISTRY = CollectorRegistry()
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"

[tool.poetry]
name = "ctms"
version = "0.8.2"
version = "0.8.3"
description = "Contact Management System API"
authors = [
"Brian Stack <[email protected]>",
Expand Down

0 comments on commit e9391f6

Please sign in to comment.