Skip to content

Commit

Permalink
Increase version to v1.0.2 and edit pyproject.toml file (#18)
Browse files Browse the repository at this point in the history
Increase version to v1.0.2 and edit pyproject.toml file
  • Loading branch information
nymous authored Jul 19, 2019
2 parents 7f49dd1 + 606abe3 commit 8170929
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyartifactory/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
ArtifactoryPermission,
)

__version__ = "1.0.1"
__version__ = "1.0.2"


class Artifactory:
Expand Down
9 changes: 7 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
authors = ["Ananias CARVALHO <[email protected]>", "Thomas GAUDIN <[email protected]>"]
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"
Expand Down

0 comments on commit 8170929

Please sign in to comment.