Skip to content

Commit

Permalink
Merge pull request #36 from snyk-labs/update-version-2.4.0
Browse files Browse the repository at this point in the history
Update version 2.4.0
  • Loading branch information
EricFernandezSnyk committed Aug 28, 2024
2 parents effed94 + 462dae2 commit 67b0b8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "snyk-tags"
version = "2.3.0"
version = "2.4.0"
description = "CLI tool designed to manage tags and attributes at scale"
authors = ["EricFernandezSnyk <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion snyk_tags/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# snyk_tags/__init__.py

__app_name__ = "snyk_tags"
__version__ = "2.3.0"
__version__ = "2.4.0"

from logging import ERROR
from sre_constants import SUCCESS
Expand Down

0 comments on commit 67b0b8a

Please sign in to comment.