Commit b232a058 authored by Lucas Russo's avatar Lucas Russo

bindings/*/libbpmclient/setup.py: hardcode library version

For now, it's better to hardcode a temporary library version
until we have a standardized version numbering.
parent e6b97540
......@@ -5,7 +5,7 @@ readme = open('README.txt').read()
setup(
name='libbpmclient',
version=libbpmclient.build_revision,
version='0.1',
author='LNLS',
author_email='lucas.russo@lnls.br',
packages=find_packages(),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment