diff --git a/setup.py b/setup.py index 6423210f..fa84f534 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='charm-tools', - version="2.1.1", + version="2.1.2", packages=find_packages( exclude=["*.tests", "*.tests.*", "tests.*", "tests"]), install_requires=['launchpadlib', 'argparse', 'cheetah', 'pyyaml',