We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ede471a commit 20dab25Copy full SHA for 20dab25
README.md
@@ -8,7 +8,7 @@ running [Faasm](https://github.com/faasm/faasm) cluster.
8
To install `faasmctl` you need a working `pip` (virtual-)environment. Then:
9
10
```bash
11
-pip install faasmctl==0.45.0
+pip install faasmctl==0.46.0
12
```
13
14
## Usage
faasmctl/util/version.py
@@ -1,4 +1,4 @@
1
-FAASMCTL_VERSION = "0.45.0"
+FAASMCTL_VERSION = "0.46.0"
2
3
4
def get_version():
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
5
[project]
6
name = "faasmctl"
7
-version = "0.45.0"
+version = "0.46.0"
authors = [
{ name="Faasm Team", email="[email protected]" },
]
0 commit comments