Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
gerrycampion committed Jan 15, 2024
1 parent 5bcdd71 commit 49cafd7
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": "Simple API for DDF",
"description": "A simple TransCelerate Digital Data Flow (DDF) Study Definitions Repository API.",
"version": "2.7.1"
"version": "2.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: Simple API for DDF
description: A simple TransCelerate Digital Data Flow (DDF) Study Definitions Repository
API.
version: 2.7.1
version: 2.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 = "2.7.1"
VERSION = "2.9.0"
SYSTEM_NAME = "Simple API for DDF"

tags_metadata = [
Expand Down

0 comments on commit 49cafd7

Please sign in to comment.