From a5d5ede1fdca46c4ff4efc00c515c783241275e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 7 Mar 2017 16:09:21 +0100 Subject: [PATCH] Bumped version to 1.1.2 --- bam/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bam/__init__.py b/bam/__init__.py index 7afe297..057f362 100644 --- a/bam/__init__.py +++ b/bam/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -__version__ = "1.1.1" +__version__ = "1.1.2" if __name__ == '__main__': from .cli import main diff --git a/setup.py b/setup.py index 8c23813..867af68 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ requires = ['requests>=2.4'] setup( name='blender-bam', - version='1.1.1', + version='1.1.2', url='http://developer.blender.org/project/view/55', download_url='https://pypi.python.org/pypi/blender-bam', license='GPLv2+',