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 f357494 commit 16e02c2Copy full SHA for 16e02c2
docs/source/conf.py
@@ -27,7 +27,7 @@
27
author = "Leo Kirchner"
28
29
# The full version, including alpha/beta/rc tags
30
-release = "0.1.0"
+release = "v0.1.2-alpha"
31
32
# -- General configuration ---------------------------------------------------
33
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "netlint"
3
-version = "0.1.0"
+version = "0.1.2"
4
description = "Performs static analysis on network device configuration files."
5
authors = ["Leo Kirchner <[email protected]>"]
6
license = "GPLv3"
0 commit comments