diff --git a/docs/source/conf.py b/docs/source/conf.py index 925aa96..d6a76f5 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -27,7 +27,7 @@ author = "Leo Kirchner" # The full version, including alpha/beta/rc tags -release = "0.1.0" +release = "v0.1.2-alpha" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 85422c8..fe7c7eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "netlint" -version = "0.1.0" +version = "0.1.2" description = "Performs static analysis on network device configuration files." authors = ["Leo Kirchner "] license = "GPLv3"