diff --git a/flamenco_worker/__init__.py b/flamenco_worker/__init__.py index bb86bfa0affbbd1e3c4a81790f8283ffec8ace96..72080a69be399e290d62094c4d8a99d2aa1fda1a 100644 --- a/flamenco_worker/__init__.py +++ b/flamenco_worker/__init__.py @@ -1 +1 @@ -__version__ = '2.3-dev5' +__version__ = '2.3-dev6' diff --git a/publish-online.sh b/publish-online.sh index b471bacff1a26b79491fe5a058076a229ff974f2..133cc234de57ecd27690e68437a73319c6456abb 100755 --- a/publish-online.sh +++ b/publish-online.sh @@ -1,6 +1,6 @@ #!/bin/bash -e -FLAMENCO_VERSION="2.3-dev5" +FLAMENCO_VERSION="2.3-dev6" cd dist diff --git a/setup.py b/setup.py index 91bb409d3da83c49152039e293947b4091059204..46821f7e2c091ab63600c1f814f03ff319272b34 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-dev5', + version='2.3-dev6', description='Flamenco Worker implementation', author='Sybren A. Stüvel', author_email='sybren@blender.studio',