updated version info

This commit is contained in:
Daniel Schick 2023-08-16 10:27:13 +02:00
parent cf5498d049
commit d09ca5bb8a
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
openapi: '3.0.0' openapi: '3.0.0'
info: info:
version: '1.0.0' version: '0.2.0'
title: 'Bremen calling API' title: 'Bremen calling API'
description: Administer DEBRE ship calls, times and notifications description: Administer DEBRE ship calls, times and notifications
termsOfService: "https://www.bsmd.de/" # url to terms page termsOfService: "https://www.bsmd.de/" # url to terms page

View File

@ -2,7 +2,7 @@ from setuptools import find_packages, setup
setup( setup(
name='BreCal', name='BreCal',
version='1.0.0', version='0.2.0',
packages=find_packages(), packages=find_packages(),
include_package_data=True, include_package_data=True,
zip_safe=False, zip_safe=False,