From 606abe313f5772080d30785e715ee6d3f4c4450e Mon Sep 17 00:00:00 2001 From: Ananias CARVALHO Date: Fri, 19 Jul 2019 14:17:39 +0200 Subject: [PATCH] Increase verion to v1.0.2 and edit pyproject.toml file --- pyartifactory/__init__.py | 2 +- pyproject.toml | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/pyartifactory/__init__.py b/pyartifactory/__init__.py index 7efd7a4..a20b6ab 100644 --- a/pyartifactory/__init__.py +++ b/pyartifactory/__init__.py @@ -9,7 +9,7 @@ ArtifactoryPermission, ) -__version__ = "1.0.1" +__version__ = "1.0.2" class Artifactory: diff --git a/pyproject.toml b/pyproject.toml index 8a93aff..765613a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,13 @@ [tool.poetry] name = "PyArtifactory" -version = "1.0.1" +version = "1.0.2" description = "Typed interactions with the Jfrog Artifactory REST API" -authors = ["Ananias CARVALHO "] +authors = ["Ananias CARVALHO ", "Thomas GAUDIN "] +license = "MIT" +readme = "README.md" +repository = "https://github.com/anancarv/python-artifactory" +documentation = "https://github.com/anancarv/python-artifactory" +keywords = ["artifactory"] [tool.poetry.dependencies] python = "^3.6"