diff --git a/flamenco_worker/__init__.py b/flamenco_worker/__init__.py index 13dec7c48936c80a13461d3cb06cce1552aefd41..7025b3e8fcddf60031c8fafc127adffb68569d13 100644 --- a/flamenco_worker/__init__.py +++ b/flamenco_worker/__init__.py @@ -1 +1 @@ -__version__ = '2.2-dev7' +__version__ = '2.2-dev8' diff --git a/publish-online.sh b/publish-online.sh index 58dced212a5aa1d7793dcf6c1ec703e88d954159..a4e36f55a35ca64c2ab4e8d3ac01fcf5d55fab87 100755 --- a/publish-online.sh +++ b/publish-online.sh @@ -1,6 +1,6 @@ #!/bin/bash -e -FLAMENCO_VERSION="2.2-dev7" +FLAMENCO_VERSION="2.2-dev8" cd dist diff --git a/setup.py b/setup.py index 539cd9fb4e1519191fcea8a14c4a6b086186d4ab..1d57bb57f8e87ba6fd3bcd9dc007c11d3c58ea7f 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-dev7', + version='2.2-dev8', description='Flamenco Worker implementation', author='Sybren A. StĂĽvel', author_email='sybren@blender.studio',