Skip to content

Commit

Permalink
chore: release 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
benbridts committed Mar 16, 2023
1 parent c190bd7 commit 72adcd7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up Python 3.9
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: "3.9"

Expand Down
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 = "aws-browser"
version = "0.1.3"
version = "0.1.4"
description = ""
authors = ["Ben Bridts", "Cloudar"]

Expand Down

0 comments on commit 72adcd7

Please sign in to comment.