From 8014ddbdf27b161cac2f5a4d008b733feda9563e Mon Sep 17 00:00:00 2001 From: Jeremy White Date: Fri, 8 Jul 2022 10:20:41 -0500 Subject: [PATCH] updating link in readme.md --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1da42022..aedf891e 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ The value assigned to `default_status` must match the slug of an existing Nautob ## Documentation -Documentation is hosted on ReadTheDocs at [Nautobot Firewall Models Plugin](https://nautobot-plugin-firewall-model.readthedocs.io/). +Documentation is hosted on ReadTheDocs at [Nautobot Firewall Models Plugin](https://nautobot-plugin-firewall-models.readthedocs.io/). ## Contributing diff --git a/pyproject.toml b/pyproject.toml index 4c36b0e3..f6907cdb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nautobot-firewall-models" -version = "0.1.0-beta.0" +version = "0.1.0-beta.1" description = "Nautobot plugin to model firewall objects." authors = ["Network to Code, LLC "] license = "Apache-2.0"