diff --git a/punch_version.py b/punch_version.py index 1792fc6..eee38a8 100644 --- a/punch_version.py +++ b/punch_version.py @@ -1,3 +1,3 @@ major = 2 minor = 1 -patch = 5 +patch = 6 diff --git a/pyproject.toml b/pyproject.toml index b146d70..314189c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ogc" -version = "2.1.5" +version = "2.1.6" description = "Provisioner, no more, no less." authors = ["Adam Stokes <51892+adam-stokes@users.noreply.github.com>"] license = "MIT" @@ -33,7 +33,7 @@ arrow = "^1.2.2" [tool.poetry.dev-dependencies] -black = "^22.1.5" +black = "^22.1.6" isort = "^5.10.1" invoke = "^1.6.0" python-frontmatter = "^1.0.0"