Increment version to 0.3.0

This commit is contained in:
Matthew D. Scholefield
2021-11-10 00:43:24 -08:00
parent 28b14375b4
commit 33b834b9fe

View File

@@ -2,7 +2,7 @@ from setuptools import setup
setup(
name='uvicorn-loguru-integration',
version='0.2.0',
version='0.3.0',
description='Code to integrate uvicorn.run with Loguru logging',
url='https://github.com/MatthewScholefield/uvicorn-loguru-integration',
author='Matthew D. Scholefield',