From 31134a3dc97d5a2e62069b8e556b72be94b127ab Mon Sep 17 00:00:00 2001 From: raj_mathe Date: Wed, 15 Jun 2022 09:18:32 +0200 Subject: [PATCH] master > master: code py - VERSION up (minor) --- 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 6e8bf73..0ea3a94 100644 --- a/code/python/dist/VERSION +++ b/code/python/dist/VERSION @@ -1 +1 @@ -0.1.0 +0.2.0 diff --git a/code/python/models/commands-schema.yaml b/code/python/models/commands-schema.yaml index ada6ab3..4b76e19 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.1.0 + version: 0.2.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 2f72242..d85481f 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.1.0 + version: 0.2.0 title: Schemata for config models servers: - url: "." diff --git a/code/python/pyproject.toml b/code/python/pyproject.toml index 7d2fa11..ecb93f7 100644 --- a/code/python/pyproject.toml +++ b/code/python/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "uni-leipzig-ads-2-2022" -version = "1.0.0" +version = "0.2.0" description = "Zusatzcode, um Algorithmen und Datenstrukturen im Kurs ADS2 zu demonstrieren." authors = [ "Raj Dahya" ] maintainers = [ "raj_mathe" ]