diff --git a/flamenco_worker/__init__.py b/flamenco_worker/__init__.py index 55fa725..50e8c5a 100644 --- a/flamenco_worker/__init__.py +++ b/flamenco_worker/__init__.py @@ -1 +1 @@ -__version__ = '2.1.1' +__version__ = '2.1.1-dev' diff --git a/publish-online.sh b/publish-online.sh index 9df98a3..c19df0c 100755 --- a/publish-online.sh +++ b/publish-online.sh @@ -1,6 +1,6 @@ #!/bin/bash -e -FLAMENCO_VERSION="2.1.1" +FLAMENCO_VERSION="2.1.1-dev" cd dist diff --git a/setup.py b/setup.py index 53f61ca..668c16c 100755 --- a/setup.py +++ b/setup.py @@ -86,7 +86,7 @@ if __name__ == '__main__': setuptools.setup( cmdclass={'zip': ZipCommand}, name='flamenco-worker', - version='2.1.1', + version='2.1.1-dev', description='Flamenco Worker implementation', author='Sybren A. Stüvel', author_email='sybren@blender.studio',