From c1004faebbddab569abe2693d7937beb6e0a48dd Mon Sep 17 00:00:00 2001 From: Matthias Veit Date: Mon, 26 Feb 2024 17:55:55 +0100 Subject: [PATCH] [chore] left overs and bump version (#76) --- ...ient_test_and_publish.yml => fixclient_test_and_publish.yml} | 0 pyproject.toml | 2 +- tests/{async_resotoclient_test.py => async_fixclient_test.py} | 0 tests/{resotoclient_test.py => fixclient_test.py} | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{resotoclient_test_and_publish.yml => fixclient_test_and_publish.yml} (100%) rename tests/{async_resotoclient_test.py => async_fixclient_test.py} (100%) rename tests/{resotoclient_test.py => fixclient_test.py} (100%) diff --git a/.github/workflows/resotoclient_test_and_publish.yml b/.github/workflows/fixclient_test_and_publish.yml similarity index 100% rename from .github/workflows/resotoclient_test_and_publish.yml rename to .github/workflows/fixclient_test_and_publish.yml diff --git a/pyproject.toml b/pyproject.toml index 8e111f9..92418f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fixclient" -version = "1.0.0" +version = "2.0.0" description = "Fix Python client library" authors = ["Some Engineering Inc."] license = "Apache-2.0" diff --git a/tests/async_resotoclient_test.py b/tests/async_fixclient_test.py similarity index 100% rename from tests/async_resotoclient_test.py rename to tests/async_fixclient_test.py diff --git a/tests/resotoclient_test.py b/tests/fixclient_test.py similarity index 100% rename from tests/resotoclient_test.py rename to tests/fixclient_test.py