From 4077f8a40659c2a43d23cbbde7f78ec133539ea2 Mon Sep 17 00:00:00 2001 From: Quentin Pradet Perso Date: Wed, 11 Dec 2019 10:21:36 +0400 Subject: [PATCH] Bump version to 0.4.0+dev --- src/unasync/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unasync/_version.py b/src/unasync/_version.py index 13cfd0c..9ec4a7e 100644 --- a/src/unasync/_version.py +++ b/src/unasync/_version.py @@ -1,3 +1,3 @@ # This file is imported from __init__.py and exec'd from setup.py -__version__ = "0.4.0" +__version__ = "0.4.0+dev"