diff --git a/flamenco_worker/__init__.py b/flamenco_worker/__init__.py index 475d59c0dd879ae490c8b87bd2ecd61527f4d803..9b882979a61d61100247083788d72b4fe82c3120 100644 --- a/flamenco_worker/__init__.py +++ b/flamenco_worker/__init__.py @@ -1 +1 @@ -__version__ = '2.2-dev' +__version__ = '2.2-dev1' diff --git a/publish-online.sh b/publish-online.sh index 7a585c45befd7e401573368995b6580fd0e63702..8af1d16728dc502890c3dc858ab8e4a61f28cd84 100755 --- a/publish-online.sh +++ b/publish-online.sh @@ -1,6 +1,6 @@ #!/bin/bash -e -FLAMENCO_VERSION="2.2-dev" +FLAMENCO_VERSION="2.2-dev1" cd dist diff --git a/setup.py b/setup.py index 4e8253c2affeb94bc40fde1a99cb1edbaa270038..c159d32320734227a809754e2aac68845d0f64c2 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-dev', + version='2.2-dev1', description='Flamenco Worker implementation', author='Sybren A. Stüvel', author_email='sybren@blender.studio',