Skip to content

Commit 7d1681f

Browse files
authored
Merge pull request #446 from ghga-de/develop
Prepare Release 1.0.2
2 parents 780956d + a896080 commit 7d1681f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

datameta/api/openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
openapi: 3.0.0
1616
info:
1717
description: DataMeta
18-
version: 1.0.0
18+
version: 1.0.1
1919
title: DataMeta
2020

2121
servers:
22-
- url: /api/v0
22+
- url: /api/v1
2323

2424
paths:
2525

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060

6161
setup(
6262
name = 'datameta',
63-
version = '1.0.1',
63+
version = '1.0.2',
6464
description = 'DataMeta - submission server for data and associated metadata',
6565
long_description = README + '\n\n' + CHANGES,
6666
author = 'Leon Kuchenbecker',

0 commit comments

Comments
 (0)