diff --git a/pyproject.toml b/pyproject.toml index d64ea0a..0f7ee2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "netrics-measurements" -version = "0.0.1-rc.13" +version = "0.0.1-rc.14" description = "The extensible network measurements framework" license = "MIT" authors = [ diff --git a/readme.adoc b/readme.adoc index 98e45d2..60cd54d 100644 --- a/readme.adoc +++ b/readme.adoc @@ -51,14 +51,14 @@ The one-liner below will install Netrics for the current user: [source,sh] ---- -curl -sL https://github.com/internet-equity/netrics/raw/0.0.1-rc.13/install.py | python3 +curl -sL https://github.com/internet-equity/netrics/raw/0.0.1-rc.14/install.py | python3 ---- To install Netrics system-wide you might use `sudo`: [source,sh] ---- -curl -sL https://github.com/internet-equity/netrics/raw/0.0.1-rc.13/install.py | sudo python3 +curl -sL https://github.com/internet-equity/netrics/raw/0.0.1-rc.14/install.py | sudo python3 ---- [TIP] @@ -67,7 +67,7 @@ You may pass arguments to the installer – even in the above form – separated [source,sh] ---- -curl -sL https://github.com/internet-equity/netrics/raw/0.0.1-rc.13/install.py | python3 - --help +curl -sL https://github.com/internet-equity/netrics/raw/0.0.1-rc.14/install.py | python3 - --help ---- ==== @@ -75,7 +75,7 @@ Alternatively, download the installer to interact with it: [source,console] ---- -curl -LO https://github.com/internet-equity/netrics/raw/0.0.1-rc.13/install.py +curl -LO https://github.com/internet-equity/netrics/raw/0.0.1-rc.14/install.py python3 install.py --help ----