summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2014-10-18 00:29:55 +0200
committerErik Johnston <erik@matrix.org>2014-10-18 00:29:55 +0200
commitb3e6cd59a1c377f81c577e9159c49f6e06cab706 (patch)
treec45dab25c283df73f8adc186634611cfe115cca1 /synapse/__init__.py
parentBump version (diff)
downloadsynapse-b3e6cd59a1c377f81c577e9159c49f6e06cab706.tar.xz
Bump the other version v0.4.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 979eac08a7..7067188c5b 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.4.0"
+__version__ = "0.4.1"