From 8b614f551cdfc3531f291dc7e70fb9b3181b0f6d Mon Sep 17 00:00:00 2001 From: Nikos Koukis Date: Mon, 5 Dec 2022 23:51:06 +0200 Subject: [PATCH] v1.1.4 --- .github/workflows/ci.yml | 2 +- item_synchronizer/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7626d92..c3900db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/item_synchronizer/__init__.py b/item_synchronizer/__init__.py index 67d2dd3..cd66332 100644 --- a/item_synchronizer/__init__.py +++ b/item_synchronizer/__init__.py @@ -23,4 +23,4 @@ "all_resolution_strategies", ] -__version__ = "1.1.3" +__version__ = "1.1.4" diff --git a/pyproject.toml b/pyproject.toml index a85ae0e..3cf88c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "MIT"