diff --git a/pyartifactory/__init__.py b/pyartifactory/__init__.py index 648bde3d..48b7282f 100644 --- a/pyartifactory/__init__.py +++ b/pyartifactory/__init__.py @@ -12,4 +12,4 @@ AccessTokenModel, ) -__version__ = "1.7.1" +__version__ = "1.7.2" diff --git a/pyproject.toml b/pyproject.toml index 8a45f98d..32d4f9ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "PyArtifactory" -version = "1.7.1" +version = "1.7.2" description = "Typed interactions with the Jfrog Artifactory REST API" authors = ["Ananias CARVALHO ", "Thomas GAUDIN "] license = "MIT"