Skip to content

Commit

Permalink
Merge pull request #4 from fabric-testbed/verup
Browse files Browse the repository at this point in the history
Verup
  • Loading branch information
cscarp authored Jan 31, 2023
2 parents d7b0548 + 802b658 commit 37b2278
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified MFLib.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion mflib/mflib_version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# release level is a alpha, b beta, rc candidate or f final
# (major, minor, micro, release level, release build)
__version_info__ = [0, 0, 0, "b", 0]
__version_info__ = [0, 0, 0, "b", 1]

__version__ = f"{__version_info__[0]}.{__version_info__[1]}.{__version_info__[2]}"

Expand Down

0 comments on commit 37b2278

Please sign in to comment.