From 41ed465f219d501c8c7f2825d518480ba018cd52 Mon Sep 17 00:00:00 2001 From: Maximilian Maahn Date: Wed, 10 Mar 2021 23:01:01 +0100 Subject: [PATCH] version update in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 969d6c8..d121c8d 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ if __name__ == "__main__": setup( name='IMProToo', - version='0.103', + version='0.104', packages=['IMProToo', ], license='GNU General Public License 3', author="Maximilian Maahn",