Prep v1.6.0

This commit is contained in:
Ryan Kelly
2016-11-24 10:40:21 +11:00
parent b57a109c7a
commit 35283e66fd
3 changed files with 6 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ main = syncserver:main
setup(
name='syncserver',
version="1.5.2",
version="1.6.0",
packages=['syncserver'],
entry_points=entry_points
)