Skip to content

Commit

Permalink
Merge pull request #31 from fabric-testbed/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
cscarp authored Jul 13, 2023
2 parents 8e0d26d + 4fa5041 commit 112ad43
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
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, 0, "f", 0]
__version_info__ = [1, 0, 1, "f", 0]

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

Expand Down
2 changes: 1 addition & 1 deletion mflib/mflib.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def addMeasNode(
ram=16,
disk=500,
network_type="FABNetv4",
site="NCSA",
site="EDC",
image="default_ubuntu_20",
):
"""
Expand Down

0 comments on commit 112ad43

Please sign in to comment.