diff --git a/flamenco_worker/__init__.py b/flamenco_worker/__init__.py
index 82720de216cc83d0bfcc7ce5b0581a792d1dbea3..1798e1ae8342031627b60dc2b1dd118d4ef9c4ca 100644
--- a/flamenco_worker/__init__.py
+++ b/flamenco_worker/__init__.py
@@ -1 +1 @@
-__version__ = '2.3-dev3'
+__version__ = '2.3-dev4'
diff --git a/publish-online.sh b/publish-online.sh
index 228c4489a0fbbb3a1967ab93ac602c124e5c85a4..221cf6c25287a5921fc37732a332d9a87cf566fe 100755
--- a/publish-online.sh
+++ b/publish-online.sh
@@ -1,6 +1,6 @@
 #!/bin/bash -e
 
-FLAMENCO_VERSION="2.3-dev3"
+FLAMENCO_VERSION="2.3-dev4"
 
 cd dist
 
diff --git a/setup.py b/setup.py
index e8ad4de0e5645c9e7a8b1d2adaa7576337d57986..3fb38af3a73db5659426681420004576d35849fb 100755
--- a/setup.py
+++ b/setup.py
@@ -87,7 +87,7 @@ if __name__ == '__main__':
     setuptools.setup(
         cmdclass={'zip': ZipCommand},
         name='flamenco-worker',
-        version='2.3-dev3',
+        version='2.3-dev4',
         description='Flamenco Worker implementation',
         author='Sybren A. Stüvel',
         author_email='sybren@blender.studio',