master > master: code py - VERSION up (minor)

This commit is contained in:
RD 2022-06-15 09:19:38 +02:00
parent 24169daacf
commit 304860146d
5 changed files with 5 additions and 5 deletions

View File

@ -1 +1 @@
0.1.0
0.2.0

View File

@ -8,7 +8,7 @@ Name | Type | Description | Notes
**tarjan** | [**AppOptions_tarjan**](AppOptions_tarjan.md) | | [default to null]
**tsp** | [**AppOptions_tarjan**](AppOptions_tarjan.md) | | [default to null]
**hirschberg** | [**AppOptions_hirschberg**](AppOptions_hirschberg.md) | | [default to null]
**rucksack** | [**AppOptions_rucksack**](AppOptions_rucksack.md) | | [optional] [default to null]
**rucksack** | [**AppOptions_rucksack**](AppOptions_rucksack.md) | | [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@ -1,6 +1,6 @@
openapi: 3.0.3
info:
version: 0.1.0
version: 0.2.0
title: Schemata for command instructions
servers:
- url: "."

View File

@ -1,6 +1,6 @@
openapi: 3.0.3
info:
version: 0.1.0
version: 0.2.0
title: Schemata for config models
servers:
- url: "."

View File

@ -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" ]