Skip to content

Commit

Permalink
Update readme and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
wtdcode committed Dec 23, 2024
1 parent 8df2a46 commit 461a316
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Python bindings for libmdbx

This revives the python bindings for libmdbx.

Originally forked from [libmdbx](https://github.com/erthink/libmdbx/tree/python-bindings) with a few bugs fixed.
Python bindings for libmdbx.

Try it with

Expand Down Expand Up @@ -39,4 +37,8 @@ Install via poetry
poetry install
```

That's it!
That's it!

## Credits

Forked from [libmdbx](https://github.com/erthink/libmdbx/tree/python-bindings)
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 = "libmdbx"
version = "0.1.1"
version = "0.2.0"
description = "The python bindings to libmdbx."
homepage = "https://github.com/wtdcode/mdbx-py"
authors = ["lazymio <mio@lazym.io>"]
Expand Down

0 comments on commit 461a316

Please sign in to comment.