From 6fa82edd509c98240df57d7e18785234b104975a Mon Sep 17 00:00:00 2001 From: Ananias CARVALHO Date: Mon, 12 Apr 2021 20:43:19 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.8.2=20=E2=86=92=201.8.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyartifactory/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"