diff --git a/README.md b/README.md index f14baf0..13636b5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # FOAAP -*[FOAAS API v2.3.0](https://foaas.com/) compliant.* +*[FOAAS API v2.3.1](https://foaas.com/) compliant.* [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) @@ -24,6 +24,7 @@ pip install foaap # Supported Operations +- `absolutely(company: str, from_name: str)` - `anyway(company: str, from_name: str)` - `ashole(from_name: str)` - `awesome(from_name: str)` diff --git a/pyproject.toml b/pyproject.toml index c5334e0..171e60e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "foaap" -version = "2.3.0" +version = "2.3.1" description = "Fuck Off As A Package" authors = ["Ilhomidin Bahoraliev "] license = "MIT"