Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bhnedo committed Apr 15, 2017
1 parent 00c8c53 commit e07442f
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_ = 7
_REV_ = 0
_REV_ = 1

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

0 comments on commit e07442f

Please sign in to comment.