Skip to content

Commit

Permalink
Merge pull request #41 from fabric-testbed/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
cscarp authored Sep 23, 2023
2 parents f91d11c + 5966873 commit 934c7cc
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/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""
# release level is a alpha, b beta, rc candidate, dev development, post post, or f final
# (major, minor, micro, release level, release build)
__version_info__ = [1, 0, 3, "f", 0]
__version_info__ = [1, 0, 4, "f", 0]

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

Expand Down

0 comments on commit 934c7cc

Please sign in to comment.