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.
2 parents effed94 + 462dae2 commit 67b0b8aCopy full SHA for 67b0b8a
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "snyk-tags"
3
-version = "2.3.0"
+version = "2.4.0"
4
description = "CLI tool designed to manage tags and attributes at scale"
5
authors = ["EricFernandezSnyk <[email protected]>"]
6
license = "MIT"
snyk_tags/__init__.py
@@ -1,7 +1,7 @@
# snyk_tags/__init__.py
__app_name__ = "snyk_tags"
-__version__ = "2.3.0"
+__version__ = "2.4.0"
from logging import ERROR
7
from sre_constants import SUCCESS
0 commit comments