diff --git a/pyartifactory/__init__.py b/pyartifactory/__init__.py index b428ce6..6fda7b3 100644 --- a/pyartifactory/__init__.py +++ b/pyartifactory/__init__.py @@ -13,4 +13,4 @@ AccessTokenModel, ) -__version__ = "1.2.0" +__version__ = "1.3.0" diff --git a/pyproject.toml b/pyproject.toml index f780256..ec39f1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "PyArtifactory" -version = "1.2.0" +version = "1.3.0" description = "Typed interactions with the Jfrog Artifactory REST API" authors = ["Ananias CARVALHO ", "Thomas GAUDIN "] license = "MIT"