diff --git a/flamenco_worker/__init__.py b/flamenco_worker/__init__.py index 435c8fa..344d0f7 100644 --- a/flamenco_worker/__init__.py +++ b/flamenco_worker/__init__.py @@ -1 +1 @@ -__version__ = '2.2-dev3' +__version__ = '2.2-dev4' diff --git a/publish-online.sh b/publish-online.sh index 2f69b05..96fdca1 100755 --- a/publish-online.sh +++ b/publish-online.sh @@ -1,6 +1,6 @@ #!/bin/bash -e -FLAMENCO_VERSION="2.2-dev3" +FLAMENCO_VERSION="2.2-dev4" cd dist diff --git a/setup.py b/setup.py index 4ea2a62..4b0c88f 100755 --- a/setup.py +++ b/setup.py @@ -86,7 +86,7 @@ if __name__ == '__main__': setuptools.setup( cmdclass={'zip': ZipCommand}, name='flamenco-worker', - version='2.2-dev3', + version='2.2-dev4', description='Flamenco Worker implementation', author='Sybren A. Stüvel', author_email='sybren@blender.studio',