diff --git a/pyartifactory/__init__.py b/pyartifactory/__init__.py index 3aa0eb2..11cabfa 100644 --- a/pyartifactory/__init__.py +++ b/pyartifactory/__init__.py @@ -12,4 +12,4 @@ AccessTokenModel, ) -__version__ = "1.8.2" +__version__ = "1.8.3" diff --git a/pyproject.toml b/pyproject.toml index 3ff21d8..2aeca19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "PyArtifactory" -version = "1.8.2" +version = "1.8.3" description = "Typed interactions with the Jfrog Artifactory REST API" authors = ["Ananias CARVALHO ", "Thomas GAUDIN "] license = "MIT"