From 1afe405ee8466ca87706c6067b227a62ecd61203 Mon Sep 17 00:00:00 2001 From: zalmane Date: Mon, 14 Dec 2020 11:50:49 +0200 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 531ae60..2ccc811 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ # This call to setup() does all the work setup( name="copybook", - version="1.0.3", + version="1.0.4", description="python copybook parser", long_description=README,