diff --git a/code/python/dist/VERSION b/code/python/dist/VERSION index 0d91a54..9e11b32 100644 --- a/code/python/dist/VERSION +++ b/code/python/dist/VERSION @@ -1 +1 @@ -0.3.0 +0.3.1 diff --git a/code/python/models/commands-schema.yaml b/code/python/models/commands-schema.yaml index c7f43c1..ef3830b 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.3.0 + version: 0.3.1 title: Schemata for command instructions servers: - url: "." diff --git a/code/python/models/config-schema.yaml b/code/python/models/config-schema.yaml index 5e1d465..28764bb 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.3.0 + version: 0.3.1 title: Schemata for config models servers: - url: "." diff --git a/code/python/pyproject.toml b/code/python/pyproject.toml index 2d34469..fd759f8 100644 --- a/code/python/pyproject.toml +++ b/code/python/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "uni-leipzig-ads-2-2022" -version = "0.3.0" +version = "0.3.1" description = "Zusatzcode, um Algorithmen und Datenstrukturen im Kurs ADS2 zu demonstrieren." authors = [ "Raj Dahya" ] maintainers = [ "raj_mathe" ]