Skip to content

Commit

Permalink
prepare for v0.1.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanvaz committed May 29, 2023
1 parent 811eb57 commit 5709f9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ vfnet is a command-line tool for managing virtual functions (VFs) on network dev
Download `vfnet` locally with one of the following commands:

```
curl -LJO https://github.com/bryanvaz/vfnet/releases/download/v0.1.2/vfnet && chmod +x vfnet
curl -LJO https://github.com/bryanvaz/vfnet/releases/download/v0.1.3/vfnet && chmod +x vfnet
```

or

```
wget https://github.com/bryanvaz/vfnet/releases/download/v0.1.2/vfnet && chmod +x vfnet
wget https://github.com/bryanvaz/vfnet/releases/download/v0.1.3/vfnet && chmod +x vfnet
```

**Usage**
Expand Down
2 changes: 1 addition & 1 deletion src/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
import text_help
import sys

version_number = "0.1.3-develop"
version_number = "0.1.3"

def print_help():
"""Prints the help information for vfnet"""
Expand Down

0 comments on commit 5709f9c

Please sign in to comment.