diff --git a/pyartifactory/__init__.py b/pyartifactory/__init__.py index f133897..0452c22 100644 --- a/pyartifactory/__init__.py +++ b/pyartifactory/__init__.py @@ -9,7 +9,7 @@ ArtifactoryPermission, ) -__version__ = "0.1.0" +__version__ = "1.0.0" class Artifactory: diff --git a/pyproject.toml b/pyproject.toml index aa3c59a..5dc836d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "python-artifactory" -version = "0.1.0" +version = "1.0.0" description = "Typed interactions with the Jfrog Artifactory REST API" authors = ["Ananias CARVALHO "]