Skip to content

Commit 46e3848

Browse files
authored
Merge pull request #17 from risingwavelabs/rc/release-0.0.2
chore: bump version to v0.0.2
2 parents 833ca13 + 57fb191 commit 46e3848

File tree

3 files changed

+318
-320
lines changed

3 files changed

+318
-320
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Simple Python SDK for event-driven applications with RisingWave.
77

88
### 1. Install risingwave-py ([PyPI](https://pypi.org/project/risingwave-py/))
99
```bash
10-
pip install risingwave-py
10+
pip install risingwave-py psycopg2-binary # or psycopg2
1111
```
1212

1313
### 2. Run RisingWave

pyproject.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ packages = ["risingwave"]
1212

1313
[project]
1414
name = "risingwave-py"
15-
version = "0.0.1"
15+
version = "0.0.2"
1616
authors = [
1717
{ name = "Mike Wang", email = "[email protected]" },
1818
{ name = "Patrick Huang", email = "[email protected]" },
@@ -51,10 +51,7 @@ Homepage = "https://github.com/risingwavelabs/risingwave-py"
5151
Issues = "https://github.com/risingwavelabs/risingwave-py/issues"
5252

5353
[dependency-groups]
54-
dev = [
55-
"psycopg2-binary>=2.9.9",
56-
"websocket-client>=1.8.0",
57-
]
54+
dev = ["psycopg2-binary>=2.9.9", "websocket-client>=1.8.0"]
5855

5956

6057
[[tool.uv.index]]

0 commit comments

Comments
 (0)