From 41b81e3ca58b53c87717b1c6f01e189a4e2d3807 Mon Sep 17 00:00:00 2001 From: Niraj Kamdar Date: Wed, 21 Oct 2020 18:23:37 +0530 Subject: [PATCH] bump to version 0.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d3fa44d..7c720ad 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name="async-files", - version="0.2", + version="0.3", description="Async Files", long_description=long_description, long_description_content_type="text/markdown",