diff --git a/SECURITY.md b/SECURITY.md index 917d6f8..b6aab2e 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -16,8 +16,8 @@ I will make sure this is changed in the future. ## Supported Versions -| Version | Supported | -| ------------------ | ------------------ | -| v0.1b3 | :white_check_mark: | -| v0.1b2 or lower | :x: | -| v0.1dev11 or lower | :x: | +| Version | Supported | +| ----------------- | ------------------ | +| 0.1b4 | :white_check_mark: | +| 0.1b3 or lower | :x: | +| 0.1dev11 or lower | :x: | diff --git a/runup/version.pyx b/runup/version.pyx index 09db0a9..c4006b8 100644 --- a/runup/version.pyx +++ b/runup/version.pyx @@ -11,7 +11,7 @@ from typing import Tuple # ----------------------------------------------- # # Current version of runup # # ----------------------------------------------- # -RUNUP_VERSION: str = "0.1b3" +RUNUP_VERSION: str = "0.1b4" # ----------------------------------------------------- # # List of versions supported when reading the YAML file #