Skip to content

Commit e991233

Browse files
author
Idan Moyal
committed
fixed get_version invocation
1 parent f9a49bb commit e991233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
setuptools.setup(
2424
zip_safe=False,
2525
name='cloudify-puppet-plugin',
26-
version='get_version()',
26+
version=get_version(),
2727
author='ilya',
2828
author_email='ilya.sher@coding-knight.com',
2929
packages=['puppet_plugin'],

0 commit comments

Comments
 (0)