Release v0.3.1

This commit is contained in:
Miguel Grinberg
2021-02-06 12:12:08 +00:00
parent ae5d330b2d
commit b810346aa4
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ from setuptools import setup
setup( setup(
name='microdot-asyncio', name='microdot-asyncio',
version="0.3.0", version="0.3.1",
url='http://github.com/miguelgrinberg/microdot/', url='http://github.com/miguelgrinberg/microdot/',
license='MIT', license='MIT',
author='Miguel Grinberg', author='Miguel Grinberg',

View File

@@ -8,7 +8,7 @@ from setuptools import setup
setup( setup(
name='microdot', name='microdot',
version="0.3.0", version="0.3.1",
url='http://github.com/miguelgrinberg/microdot/', url='http://github.com/miguelgrinberg/microdot/',
license='MIT', license='MIT',
author='Miguel Grinberg', author='Miguel Grinberg',