From 49e501a00f65ddd38c2fa323a1a6b39f3b7bb070 Mon Sep 17 00:00:00 2001 From: dorp Date: Tue, 23 Jun 2020 14:23:02 +0200 Subject: [PATCH] bumped version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6fa35d64..cec09ba8 100755 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ def execute_shell_command(shell_command): setup( name=MODULE_NAME, - version='0.2.7', + version='0.2.8', description='Helper functions for file type generation', author='Johannes vom Dorp', url='https://github.com/fkie-cad/fact_helper_file',