From 48c47f61b74314e0e17e96c757e5dfb50cb15eba Mon Sep 17 00:00:00 2001 From: raj_mathe Date: Mon, 20 Jun 2022 17:33:20 +0200 Subject: [PATCH] woche12 > master: code py - VERSION up --- code/python/dist/VERSION | 2 +- code/python/models/commands-schema.yaml | 2 +- code/python/models/config-schema.yaml | 2 +- code/python/pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/code/python/dist/VERSION b/code/python/dist/VERSION index 0ea3a94..0d91a54 100644 --- a/code/python/dist/VERSION +++ b/code/python/dist/VERSION @@ -1 +1 @@ -0.2.0 +0.3.0 diff --git a/code/python/models/commands-schema.yaml b/code/python/models/commands-schema.yaml index 8b15999..7e36eab 100644 --- a/code/python/models/commands-schema.yaml +++ b/code/python/models/commands-schema.yaml @@ -1,6 +1,6 @@ openapi: 3.0.3 info: - version: 0.2.0 + version: 0.3.0 title: Schemata for command instructions servers: - url: "." diff --git a/code/python/models/config-schema.yaml b/code/python/models/config-schema.yaml index 450ad5f..6383931 100644 --- a/code/python/models/config-schema.yaml +++ b/code/python/models/config-schema.yaml @@ -1,6 +1,6 @@ openapi: 3.0.3 info: - version: 0.2.0 + version: 0.3.0 title: Schemata for config models servers: - url: "." diff --git a/code/python/pyproject.toml b/code/python/pyproject.toml index ecb93f7..2d34469 100644 --- a/code/python/pyproject.toml +++ b/code/python/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "uni-leipzig-ads-2-2022" -version = "0.2.0" +version = "0.3.0" description = "Zusatzcode, um Algorithmen und Datenstrukturen im Kurs ADS2 zu demonstrieren." authors = [ "Raj Dahya" ] maintainers = [ "raj_mathe" ]