Skip to content

Commit c59ccd4

Browse files
authored
Merge pull request #57 from Half-Shot/master
Bump to 0.0.5
2 parents c28a846 + 5863204 commit c59ccd4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
author = 'matrix.org'
6262

6363

64-
version = '0.0.4'
65-
release = '0.0.4'
64+
version = '0.0.5'
65+
release = '0.0.5'
6666

6767
language = None
6868

matrix_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = "0.0.4"
2+
__version__ = "0.0.5"

0 commit comments

Comments
 (0)