Skip to content
Snippets Groups Projects
Commit 73aff784 authored by Sybren A. Stüvel's avatar Sybren A. Stüvel
Browse files

Bumped version to 2.1.1

parent e9d16b88
Branches
Tags
No related merge requests found
__version__ = '2.1.0'
__version__ = '2.1.1'
#!/bin/bash -e
FLAMENCO_VERSION="2.1.0"
FLAMENCO_VERSION="2.1.1"
cd dist
......
......@@ -81,11 +81,12 @@ class ZipCommand(Command):
with checksum_path.open(mode='w') as shafile:
print('%s %s' % (hasher.hexdigest(), zip_name.name), file=shafile)
if __name__ == '__main__':
setuptools.setup(
cmdclass={'zip': ZipCommand},
name='flamenco-worker',
version='2.1.0',
version='2.1.1',
description='Flamenco Worker implementation',
author='Sybren A. Stüvel',
author_email='sybren@blender.studio',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment