From c4cab63db23ac1cc7efbfbfb7b5001d3f68ccf6a Mon Sep 17 00:00:00 2001 From: Adam Beckmeyer Date: Mon, 26 Mar 2018 21:15:38 -0400 Subject: [PATCH] Bump version number to 0.1.0 --- 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 5947366b..7a1fb337 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -61,8 +61,8 @@ author = 'matrix.org' -version = '0.0.6+dev' -release = '0.0.6' +version = '0.1.0' +release = '0.1.0' language = None diff --git a/matrix_client/__init__.py b/matrix_client/__init__.py index 3cf667ea..4742c9c7 100644 --- a/matrix_client/__init__.py +++ b/matrix_client/__init__.py @@ -1,2 +1,2 @@ # -*- coding: utf-8 -*- -__version__ = "0.0.6+dev" +__version__ = "0.1.0"