Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bhnedo committed Mar 4, 2017
1 parent 407767e commit 1a1b232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fibratus/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@

_MAJOR_ = 0
_MINOR_ = 6
_REV_ = 0
_REV_ = 1

VERSION = '%s.%s.%s' % (_MAJOR_, _MINOR_, _REV_)

0 comments on commit 1a1b232

Please sign in to comment.