From 0643108daa3c399ddc94296c7500e2015cb92ceb Mon Sep 17 00:00:00 2001 From: SeiyaKobayashi Date: Sat, 31 May 2025 18:48:19 +0900 Subject: [PATCH 1/2] Fix contributing page --- CONTRIBUTING.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fee89c2..8e0e2fa 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,14 +4,17 @@ We appreciate your interest to contribute to this project! Please read the follo ## 📝 Create an Issue -The first thing to do is to create a new issue. Feel free to create new issues from [here](https://github.com/jcam1/python-sdk/issues/new/choose) to propose/request new features or report any bugs you found. +The first thing to do is to create a new issue. Feel free to create new issues from [here](https://github.com/jcam1/python-sdk/issues/new/choose) to propose/request new features or report any bugs you found, following the respective templates. ## ⬇️ Clone This Repo -Next, clone this repository. Our default branch is set to `develop`. +Next, clone this repository on `develop` branch. + +> [!TIP] +> Our default branch is set to `main`. ```sh -git clone https://github.com/jcam1/python-sdk.git +git clone -b develop https://github.com/jcam1/python-sdk.git ``` ## ⚡ Checkout to a New Branch From 447cc6570ccf47c9812f0e88ebc08b75117a03dc Mon Sep 17 00:00:00 2001 From: SeiyaKobayashi Date: Sat, 31 May 2025 18:49:19 +0900 Subject: [PATCH 2/2] Fix typoes in 'core/README' --- packages/core/README.md | 8 ++++---- packages/core/pyproject.toml | 2 +- pyproject.toml | 2 +- uv.lock | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/core/README.md b/packages/core/README.md index 5141b56..dc4c125 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -7,15 +7,15 @@ A Python SDK to interact with [the JPYCv2's core contracts](https://github.com/j ## 🪄 Usage -### 1. Install `jpyc_core_sdk` Package +### 1. Install `jpyc-core-sdk` Package ```sh # uv -$ uv add jpyc_core_sdk +$ uv add jpyc-core-sdk # poetry -$ poetry add jpyc_core_sdk +$ poetry add jpyc-core-sdk # pip -$ pip install jpyc_core_sdk +$ pip install jpyc-core-sdk ``` ### 2. Configure SDK Clients diff --git a/packages/core/pyproject.toml b/packages/core/pyproject.toml index 8785e90..b75e4e0 100644 --- a/packages/core/pyproject.toml +++ b/packages/core/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "jpyc-core-sdk" -version = "1.0.4" +version = "1.0.5" requires-python = ">=3.12" license = "MIT" description = "A Python SDK for interacting with JPYCv2 contracts" diff --git a/pyproject.toml b/pyproject.toml index 35c5fdc..f9859c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "jpyc-python-sdks" -version = "1.0.4" +version = "1.0.5" requires-python = ">=3.12" description = "Python SDKs for JPYC protocols" readme = "README.md" diff --git a/uv.lock b/uv.lock index 11e2588..9f5a3c4 100644 --- a/uv.lock +++ b/uv.lock @@ -547,7 +547,7 @@ wheels = [ [[package]] name = "jpyc-core-sdk" -version = "1.0.4" +version = "1.0.5" source = { editable = "packages/core" } dependencies = [ { name = "eth-typing" }, @@ -582,7 +582,7 @@ dev = [ [[package]] name = "jpyc-python-sdks" -version = "1.0.4" +version = "1.0.5" source = { virtual = "." } [package.dev-dependencies]