diff --git a/flamenco_worker/__init__.py b/flamenco_worker/__init__.py
index 2940e26c28869d228c55bb5aabc4b8ac6b7fe7b3..a4449c0e49c802c83cc3e9de1026c7cc7535c2e3 100644
--- a/flamenco_worker/__init__.py
+++ b/flamenco_worker/__init__.py
@@ -1 +1 @@
-__version__ = '2.0.8'
+__version__ = '2.0.9-dev'
diff --git a/publish-online.sh b/publish-online.sh
index 19904772c40d212a2dbae5b267a7bc1a3692d980..debf74f87552763cbcce8c435de5c788df8a0a51 100755
--- a/publish-online.sh
+++ b/publish-online.sh
@@ -1,6 +1,6 @@
 #!/bin/bash -e
 
-FLAMENCO_VERSION="2.0.8"
+FLAMENCO_VERSION="2.0.9-dev"
 
 cd dist
 
diff --git a/setup.py b/setup.py
index 9ca9f39f8f1533ca67de575e7ebe87af58489f13..030da6f9afb41f4553890b2946f7d5af67e945f5 100755
--- a/setup.py
+++ b/setup.py
@@ -84,7 +84,7 @@ if __name__ == '__main__':
     setuptools.setup(
         cmdclass={'zip': ZipCommand},
         name='flamenco-worker',
-        version='2.0.8',
+        version='2.0.9-dev',
         description='Flamenco Worker implementation',
         author='Sybren A. Stüvel',
         author_email='sybren@blender.studio',