Skip to content

Commit

Permalink
Merge pull request #77 from anancarv/bump-version
Browse files Browse the repository at this point in the history
bump version to 1.8.1
  • Loading branch information
anancarv authored Dec 3, 2020
2 parents d317271 + 6e1a1a3 commit 72163bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
virtualenvs-path: ~/.virtualenvs

- name: Set Poetry config
run: |
poetry config pypi-token.pypi "${{ secrets.PYPI_TOKEN }}"
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion pyartifactory/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
AccessTokenModel,
)

__version__ = "1.8.0"
__version__ = "1.8.1"
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.8.0"
version = "1.8.1"
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 72163bf

Please sign in to comment.