Skip to content

Commit

Permalink
Merge pull request #173 from vertexmc/release_v0.0.12
Browse files Browse the repository at this point in the history
update versions in prep for v0.0.12 tag
  • Loading branch information
vertexmc authored Mar 20, 2017
2 parents f91d9f5 + f987175 commit 1103022
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='synapse',
version='0.0.11', # sync with synapse.version!
version='0.0.12', # 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
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
if tornado.version_info < (3,2,2):
raise Exception('synapse requires tornado >= 3.2.2')

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

import synapse.lib.modules as s_modules
Expand Down

0 comments on commit 1103022

Please sign in to comment.