Skip to content

Commit

Permalink
Fix version and Readme typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kiritowu committed Oct 23, 2024
1 parent b8e1e81 commit 2846bf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Tenacity with `wait_exponential` is used for retry behavior on NLP API if `429 T
The package can be installed with the following command:

```bash
pip install nlb_catalogue_client
pip install nlb-catalogue-client
```

As API key is required for access of NLB's API, please request one using [Open Web Service Application Form](https://go.gov.sg/nlblabs-form).
Expand Down
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 = "nlb-catalogue-client"
version = "v2"
version = "0.1.0"
description = "A client library for accessing NLB's Catalogue Search API"
authors = ["Wong Zhao Wu <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 2846bf8

Please sign in to comment.