Skip to content

Commit 67b0b8a

Browse files
Merge pull request #36 from snyk-labs/update-version-2.4.0
Update version 2.4.0
2 parents effed94 + 462dae2 commit 67b0b8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "snyk-tags"
3-
version = "2.3.0"
3+
version = "2.4.0"
44
description = "CLI tool designed to manage tags and attributes at scale"
55
authors = ["EricFernandezSnyk <[email protected]>"]
66
license = "MIT"

snyk_tags/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# snyk_tags/__init__.py
22

33
__app_name__ = "snyk_tags"
4-
__version__ = "2.3.0"
4+
__version__ = "2.4.0"
55

66
from logging import ERROR
77
from sre_constants import SUCCESS

0 commit comments

Comments
 (0)