From 12ba8dc169fd2c635bb8e112ace04635432357ec Mon Sep 17 00:00:00 2001 From: LegenJCdary Date: Tue, 31 Jan 2023 00:38:37 +0100 Subject: [PATCH] Increase version to 0.0.41 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bd1aea10..433f5482 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ def read(fname): # This call to setup() does all the work setup( name="ansible-deployer", - version="0.0.40", + version="0.0.41", description="Wrapper around ansible-playbook allowing configurable tasks and permissions", long_description=README, long_description_content_type="text/markdown",