Skip to content

Commit

Permalink
Merge pull request #43 from anancarv/bump-version
Browse files Browse the repository at this point in the history
feat: bump version to 1.3.0
  • Loading branch information
anancarv authored Mar 4, 2020
2 parents 153c013 + dde2d69 commit 06e1ae1
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 @@ -13,4 +13,4 @@
AccessTokenModel,
)

__version__ = "1.2.0"
__version__ = "1.3.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.2.0"
version = "1.3.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 06e1ae1

Please sign in to comment.