Skip to content

Commit

Permalink
Bump version: 0.0.28 → 0.0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
vertexmc committed Oct 19, 2017
1 parent e70013d commit e1842c5
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.28
current_version = 0.0.29
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.28',
version='0.0.29',
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, 28)
version = (0, 0, 29)
verstring = '.'.join([str(x) for x in version])

0 comments on commit e1842c5

Please sign in to comment.