Skip to content

Commit

Permalink
Bump version: 0.0.41 → 0.0.42
Browse files Browse the repository at this point in the history
  • Loading branch information
vEpiphyte committed Dec 29, 2017
1 parent f64e034 commit 80915b1
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.41
current_version = 0.0.42
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.41',
version='0.0.42',
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 @@ -183,5 +183,5 @@ def parseVersionParts(text, seps=vseps):
##############################################################################
# The following are touched during the release process by bumpversion.
# Do not modify these directly.
version = (0, 0, 41)
version = (0, 0, 42)
verstring = '.'.join([str(x) for x in version])

0 comments on commit 80915b1

Please sign in to comment.