From 7157135f9e8c549ddfa7142a246ac1d5f4b40b08 Mon Sep 17 00:00:00 2001 From: Jitendra Mishra Date: Sat, 20 Feb 2021 12:45:54 +0530 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fdacb5a..4fd9301 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="highchartexport", - version="1.0.0", + version="0.0.1", description="Python package that convert highchart configuration into image file", long_description=long_description, long_description_content_type="text/markdown",