Bumped version to 1.1.7

This commit is contained in:
2017-04-21 18:12:04 +02:00
parent eaa10175fe
commit 97f1243643
3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -62,7 +62,7 @@ copyright = u'2014, Blender Institute'
# The short X.Y version. # The short X.Y version.
version = '1.1' version = '1.1'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '1.1.6' release = '1.1.7'
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.

View File

@@ -16,7 +16,7 @@ requires = ['requests>=2.4']
setup( setup(
name='blender-bam', name='blender-bam',
version='1.1.6', version='1.1.7',
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+',