summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2014-08-22 12:06:50 +0100
committerErik Johnston <erik@matrix.org>2014-08-22 12:06:50 +0100
commitc2e983b8db466a8f456c9a22d4438dec5060490d (patch)
tree32a57a3b9d0af21b395cfe5b9e9d08f85532534d /synapse/__init__.py
parentAllow people to specify database location in database-save.sh (diff)
downloadsynapse-c2e983b8db466a8f456c9a22d4438dec5060490d.tar.xz
Bump versions to 0.0.1
Diffstat (limited to 'synapse/__init__.py')
-rw-r--r--synapse/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/synapse/__init__.py b/synapse/__init__.py
index 1e7b2ab272..47fc1b2ea4 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -15,3 +15,5 @@
 
 """ This is a reference implementation of a synapse home server.
 """
+
+__version__ = "0.0.1"