Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ASL-rmarshall committed Nov 5, 2024
1 parent af3269b commit a794d90
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/USDM_API.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "DDF USDM API",
"description": "A simple TransCelerate Digital Data Flow (DDF) Study Definitions Repository API.",
"version": "3.8.0"
"version": "3.9.0"
},
"paths": {
"/v3/studyDefinitions": {
Expand Down
2 changes: 1 addition & 1 deletion docs/USDM_API.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ info:
title: DDF USDM API
description: A simple TransCelerate Digital Data Flow (DDF) Study Definitions Repository
API.
version: 3.8.0
version: 3.9.0
paths:
/v3/studyDefinitions:
post:
Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from model.wrapper import Wrapper
from uuid import UUID, uuid4

VERSION = "3.8.0"
VERSION = "3.9.0"
SYSTEM_NAME = "DDF USDM API"

tags_metadata = [
Expand Down

0 comments on commit a794d90

Please sign in to comment.