diff --git a/pyartifactory/__init__.py b/pyartifactory/__init__.py index 7efd7a4c..a20b6ab3 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 8a93affd..765613a9 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"