Skip to content

Commit 461a316

Browse files
committed
Update readme and bump version
1 parent 8df2a46 commit 461a316

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Python bindings for libmdbx
22

3-
This revives the python bindings for libmdbx.
4-
5-
Originally forked from [libmdbx](https://github.com/erthink/libmdbx/tree/python-bindings) with a few bugs fixed.
3+
Python bindings for libmdbx.
64

75
Try it with
86

@@ -39,4 +37,8 @@ Install via poetry
3937
poetry install
4038
```
4139

42-
That's it!
40+
That's it!
41+
42+
## Credits
43+
44+
Forked from [libmdbx](https://github.com/erthink/libmdbx/tree/python-bindings)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "libmdbx"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
description = "The python bindings to libmdbx."
55
homepage = "https://github.com/wtdcode/mdbx-py"
66
authors = ["lazymio <mio@lazym.io>"]

0 commit comments

Comments
 (0)