diff --git a/pyartifactory/__init__.py b/pyartifactory/__init__.py index 1cafe347..7969befe 100644 --- a/pyartifactory/__init__.py +++ b/pyartifactory/__init__.py @@ -13,4 +13,4 @@ ) -__version__ = "1.9.4" +__version__ = "1.9.5" diff --git a/pyproject.toml b/pyproject.toml index 9250a848..dc8f384a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "PyArtifactory" -version = "1.9.4" +version = "1.9.5" description = "Typed interactions with the Jfrog Artifactory REST API" authors = ["Ananias CARVALHO ", "Thomas GAUDIN "] license = "MIT"