0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-13 08:08:57 +02:00

Bump versions to 0.0.1

This commit is contained in:
Erik Johnston 2014-08-22 12:06:50 +01:00
parent c7d7bc0254
commit c2e983b8db
3 changed files with 4 additions and 1 deletions

1
VERSION Normal file
View file

@ -0,0 +1 @@
0.0.1

View file

@ -25,7 +25,7 @@ def read(fname):
setup(
name="SynapseHomeServer",
version="0.1",
version="0.0.1",
packages=find_packages(exclude=["tests"]),
description="Reference Synapse Home Server",
install_requires=[

View file

@ -15,3 +15,5 @@
""" This is a reference implementation of a synapse home server.
"""
__version__ = "0.0.1"