Skip to content

Commit

Permalink
v1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bergercookie committed Dec 5, 2022
1 parent 7fdfb22 commit 31a6eb3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: "3.8"
python-version: "3.8.10"
- name: Python Poetry Action
uses: abatilo/actions-poetry@v2.1.3
- name: Install prerequisites
Expand Down
2 changes: 1 addition & 1 deletion item_synchronizer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
"all_resolution_strategies",
]

__version__ = "1.1.3"
__version__ = "1.1.4"
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 = "item_synchronizer"
version = "1.1.3"
version = "1.1.4"
description = "Synchronize items bi-directionally between two different sources"
authors = ["Nikos Koukis <nickkouk@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 31a6eb3

Please sign in to comment.