Skip to content

Commit

Permalink
utils/version: Development version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbonnici authored and setrofim committed Feb 27, 2019
1 parent 0ff8628 commit ebcb166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devlib/utils/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

VersionTuple = namedtuple('Version', ['major', 'minor', 'revision', 'dev'])

version = VersionTuple(1, 1, 1, '')
version = VersionTuple(1, 1, 1, 'dev1')


def get_devlib_version():
Expand Down

0 comments on commit ebcb166

Please sign in to comment.