From 7ac7b04abf086c8fe37eac9f971c050fd7a4f6a4 Mon Sep 17 00:00:00 2001 From: Marti Raudsepp Date: Mon, 13 Jan 2020 01:08:09 +0200 Subject: [PATCH] Release version 0.1.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8c3d5dc..10916a3 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ def find_stub_files(name: str) -> List[str]: setup( name="drf-yasg-stubs", - version="0.0.dev1", + version="0.1.0", description="Typing stubs for drf-yasg library (PEP 484 stubs for Mypy and PyCharm)", license="MIT", url="https://github.com/intgr/drf-yasg-stubs",