Bumped version to 1.1.2

This commit is contained in:
2017-03-07 16:09:21 +01:00
parent 8e8a91cd89
commit a5d5ede1fd
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
__version__ = "1.1.1" __version__ = "1.1.2"
if __name__ == '__main__': if __name__ == '__main__':
from .cli import main from .cli import main

View File

@@ -16,7 +16,7 @@ requires = ['requests>=2.4']
setup( setup(
name='blender-bam', name='blender-bam',
version='1.1.1', version='1.1.2',
url='http://developer.blender.org/project/view/55', url='http://developer.blender.org/project/view/55',
download_url='https://pypi.python.org/pypi/blender-bam', download_url='https://pypi.python.org/pypi/blender-bam',
license='GPLv2+', license='GPLv2+',