summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2014-08-29 16:15:20 +0100
committerErik Johnston <erik@matrix.org>2014-08-29 16:15:20 +0100
commit52203edbce9358c97b7ae2603493f05e5b4e0ce8 (patch)
treeb1c10458c890b28861ccdf3facdccba854aa9cf2 /synapse/__init__.py
parentMerge branch 'hotfixes-v0.1.0' of github.com:matrix-org/synapse (diff)
downloadsynapse-52203edbce9358c97b7ae2603493f05e5b4e0ce8.tar.xz
Version bump for bug fix. v0.1.1
Diffstat (limited to 'synapse/__init__.py')
-rw-r--r--synapse/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/__init__.py b/synapse/__init__.py
index a322085175..dd43c2d11a 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -16,4 +16,4 @@
 """ This is a reference implementation of a synapse home server.
 """
 
-__version__ = "0.1.0"
+__version__ = "0.1.1"