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"