From 73a42733b722c5664630d6ad290f22d1e88765d7 Mon Sep 17 00:00:00 2001 From: Omar Al-Ithawi Date: Mon, 14 Jun 2021 14:30:34 +0300 Subject: [PATCH] bump to 0.4.dev12 testing the pypi release github actions workflow 0.4.dev11 failed to publish due to incorrect if statement --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6e08d23f..a3117594 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup( name='Figures', - version='0.4.dev11', + version='0.4.dev12', packages=find_packages(), include_package_data=True, license='MIT',