Skip to content

Commit

Permalink
Bump version: 0.0.26 → 0.0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
vertexmc committed Oct 12, 2017
1 parent 277364e commit 0ca14a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.26
current_version = 0.0.27
commit = True
tag = True

Expand Down
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.26',
version='0.0.27',
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/lib/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
##############################################################################
# The following are touched during the release process by bumpversion.
# Do not modify these directly.
version = (0, 0, 26)
version = (0, 0, 27)
verstring = '.'.join([str(x) for x in version])

0 comments on commit 0ca14a0

Please sign in to comment.