Bumped version to 2.2-dev4

This commit is contained in:
2018-11-12 12:45:49 +01:00
parent b9a25c2f3b
commit bc16faccff
3 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
__version__ = '2.2-dev3'
__version__ = '2.2-dev4'

View File

@@ -1,6 +1,6 @@
#!/bin/bash -e
FLAMENCO_VERSION="2.2-dev3"
FLAMENCO_VERSION="2.2-dev4"
cd dist

View File

@@ -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',