Skip to content

Commit 0fd606b

Browse files
Merge pull request #32 from jcam1/develop
Release 2025-05-31 18:55:51 +0900
2 parents 37464ad + fb1d809 commit 0fd606b

File tree

5 files changed

+14
-11
lines changed

5 files changed

+14
-11
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,17 @@ We appreciate your interest to contribute to this project! Please read the follo
44

55
## 📝 Create an Issue
66

7-
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.
7+
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.
88

99
## ⬇️ Clone This Repo
1010

11-
Next, clone this repository. Our default branch is set to `develop`.
11+
Next, clone this repository on `develop` branch.
12+
13+
> [!TIP]
14+
> Our default branch is set to `main`.
1215
1316
```sh
14-
git clone https://github.com/jcam1/python-sdk.git
17+
git clone -b develop https://github.com/jcam1/python-sdk.git
1518
```
1619

1720
## ⚡ Checkout to a New Branch

packages/core/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ A Python SDK to interact with [the JPYCv2's core contracts](https://github.com/j
77

88
## 🪄 Usage
99

10-
### 1. Install `jpyc_core_sdk` Package
10+
### 1. Install `jpyc-core-sdk` Package
1111

1212
```sh
1313
# uv
14-
$ uv add jpyc_core_sdk
14+
$ uv add jpyc-core-sdk
1515
# poetry
16-
$ poetry add jpyc_core_sdk
16+
$ poetry add jpyc-core-sdk
1717
# pip
18-
$ pip install jpyc_core_sdk
18+
$ pip install jpyc-core-sdk
1919
```
2020

2121
### 2. Configure SDK Clients

packages/core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "jpyc-core-sdk"
3-
version = "1.0.4"
3+
version = "1.0.5"
44
requires-python = ">=3.12"
55
license = "MIT"
66
description = "A Python SDK for interacting with JPYCv2 contracts"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "jpyc-python-sdks"
3-
version = "1.0.4"
3+
version = "1.0.5"
44
requires-python = ">=3.12"
55
description = "Python SDKs for JPYC protocols"
66
readme = "README.md"

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)