Skip to content

Commit

Permalink
Merge pull request #39 from anancarv/bump-version
Browse files Browse the repository at this point in the history
feat: bump version to 1.2.0
  • Loading branch information
anancarv authored Feb 14, 2020
2 parents d5b8a1b + fbb817c commit cb80327
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyartifactory/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
Artifactory,
)

__version__ = "1.1.1"
__version__ = "1.2.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "PyArtifactory"
version = "1.1.1"
version = "1.2.0"
description = "Typed interactions with the Jfrog Artifactory REST API"
authors = ["Ananias CARVALHO <[email protected]>", "Thomas GAUDIN <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit cb80327

Please sign in to comment.