updated version info
This commit is contained in:
parent
cf5498d049
commit
d09ca5bb8a
@ -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
|
||||||
|
|||||||
@ -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,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user