Skip to content

Commit

Permalink
Merge pull request #225 from vertexmc/release_v0.0.15
Browse files Browse the repository at this point in the history
update versions in prep for v0.0.15 tag
  • Loading branch information
vertexmc committed May 1, 2017
2 parents e5c54eb + 48d3467 commit 292a15c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -4,7 +4,7 @@

setup(
name='synapse',
version='0.0.14', # sync with synapse.version!
version='0.0.15', # sync with synapse.version!
description='Synapse Distributed Key-Value Hypergraph Analysis Framework',
author='Invisigoth Kenshoto',
author_email='invisigoth.kenshoto@gmail.com',
Expand Down
2 changes: 1 addition & 1 deletion synapse/__init__.py
Expand Up @@ -14,7 +14,7 @@
if tornado.version_info < (3,2,2):
raise Exception('synapse requires tornado >= 3.2.2')

version = (0,0,14)
version = (0,0,15)
verstring = '.'.join([ str(x) for x in version ])

import synapse.lib.modules as s_modules
Expand Down

0 comments on commit 292a15c

Please sign in to comment.