From 586320490fa156a9e35b3cef12ef522a636e98b6 Mon Sep 17 00:00:00 2001 From: Will Hunt Date: Fri, 14 Oct 2016 13:14:58 +0100 Subject: [PATCH] Bumped to 0.0.5 --- docs/source/conf.py | 4 ++-- matrix_client/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index fc039800..201f9867 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -61,8 +61,8 @@ author = 'matrix.org' -version = '0.0.4' -release = '0.0.4' +version = '0.0.5' +release = '0.0.5' language = None diff --git a/matrix_client/__init__.py b/matrix_client/__init__.py index e27531bf..16c96e05 100644 --- a/matrix_client/__init__.py +++ b/matrix_client/__init__.py @@ -1,2 +1,2 @@ # -*- coding: utf-8 -*- -__version__ = "0.0.4" +__version__ = "0.0.5"