diff --git a/make_exe.bat b/make_exe.bat
index b89d8fd..0b3f5c8 100644
--- a/make_exe.bat
+++ b/make_exe.bat
@@ -1,7 +1,7 @@
rem *** Used to create a Python exe
setlocal
-set VERSION=0.4
+set VERSION=0.4.1
rem ***** get rid of all the old files in the build folder
rd /S /Q build
diff --git a/make_src_dist.bat b/make_src_dist.bat
index 64da6d6..cc378b4 100644
--- a/make_src_dist.bat
+++ b/make_src_dist.bat
@@ -1,7 +1,7 @@
rem *** Used to create a Python exe
setlocal
-set VERSION=0.4
+set VERSION=0.4.1
"C:\Program Files\WinRAR\WinRAR.exe" a -r "pykeylogger%VERSION%_src.zip" "keylogger.pyw" "logwriter.py" "setup.py" "*.txt" "*.bat" "html"