Skip to content

Commit

Permalink
Bump to 0.6.0.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
parente committed Apr 4, 2016
1 parent 23287c2 commit d00800c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kernel_gateway/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

version_info = (
0,
5,
6,
0,
'dev',
)

__version__ = '.'.join(map(str, version_info))
__version__ = '.'.join(map(str, version_info))

0 comments on commit d00800c

Please sign in to comment.