diff options
author | Erik Johnston <erik@matrix.org> | 2015-03-19 11:26:03 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-03-19 11:26:03 +0000 |
commit | 0dcb145c7e55a76086ac13955c45dfd76e583a18 (patch) | |
tree | 1e0d43bc0588a14a043a9afaceb58d4eeb2a8512 /synapse/__init__.py | |
parent | D'oh - setup.py used the dict directly: make it use the wrapper function. (diff) | |
download | synapse-0dcb145c7e55a76086ac13955c45dfd76e583a18.tar.xz |
Bump version
Diffstat (limited to 'synapse/__init__.py')
-rw-r--r-- | synapse/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/__init__.py b/synapse/__init__.py index e134fb2415..ca53f2db8d 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -16,4 +16,4 @@ """ This is a reference implementation of a Matrix home server. """ -__version__ = "0.8.1" +__version__ = "0.8.1-r1" |