Skip to content

Commit

Permalink
Merge pull request #212 from vertexmc/release_v0.0.14
Browse files Browse the repository at this point in the history
update versions in prep for v0.0.14 tag
  • Loading branch information
vertexmc committed Apr 17, 2017
2 parents 587be68 + c95f1ec commit 71881c9
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.13', # sync with synapse.version!
version='0.0.14', # 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,13)
version = (0,0,14)
verstring = '.'.join([ str(x) for x in version ])

import synapse.lib.modules as s_modules
Expand Down

0 comments on commit 71881c9

Please sign in to comment.