diff --git a/flamenco_worker/__init__.py b/flamenco_worker/__init__.py index f205d8070e5269b3418336724ac3ef447277bfc7..bd6b7944ce0f155499018a56ec51ebfd840a4a59 100644 --- a/flamenco_worker/__init__.py +++ b/flamenco_worker/__init__.py @@ -1 +1 @@ -__version__ = '2.3-dev0' +__version__ = '2.3-dev1' diff --git a/publish-online.sh b/publish-online.sh index 15ac76a6a1248052b231760f9cf931f5372d0f94..dac38db6f1da09d57a24f0482f9bf73092e89d09 100755 --- a/publish-online.sh +++ b/publish-online.sh @@ -1,6 +1,6 @@ #!/bin/bash -e -FLAMENCO_VERSION="2.3-dev0" +FLAMENCO_VERSION="2.3-dev1" cd dist diff --git a/setup.py b/setup.py index 9255a8e5b6febfc31b49a949cda230d2395d24d5..4573d82f834e6e6045d8cc95d2d4f6319a8167fc 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-dev0', + version='2.3-dev1', description='Flamenco Worker implementation', author='Sybren A. Stüvel', author_email='sybren@blender.studio',