Skip to content

Commit

Permalink
Bump version number to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
non-Jedi committed Mar 27, 2018
1 parent 06ba97e commit c4cab63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion matrix_client/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
__version__ = "0.0.6+dev"
__version__ = "0.1.0"

0 comments on commit c4cab63

Please sign in to comment.