From 8376eda7132729812b90852f47586184876098a2 Mon Sep 17 00:00:00 2001 From: Ananias CARVALHO Date: Fri, 11 Dec 2020 11:40:51 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.8.1=20=E2=86=92=20=201.8.2?= 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 0319a92..3aa0eb2 100644 --- a/pyartifactory/__init__.py +++ b/pyartifactory/__init__.py @@ -12,4 +12,4 @@ AccessTokenModel, ) -__version__ = "1.8.1" +__version__ = "1.8.2" diff --git a/pyproject.toml b/pyproject.toml index 71cd92c..3ff21d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "PyArtifactory" -version = "1.8.1" +version = "1.8.2" description = "Typed interactions with the Jfrog Artifactory REST API" authors = ["Ananias CARVALHO ", "Thomas GAUDIN "] license = "MIT"