Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2 from wbarnha/update-release
Browse files Browse the repository at this point in the history
Update  version for 0.9.0 release
  • Loading branch information
patkivikram authored Aug 1, 2022
2 parents cc3ba34 + 1a71d9d commit 26ed8a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Python bindings to the C++ interface of http://rocksdb.org/ using cython::
db.put(b"a", b"b")
print db.get(b"a")

Tested with python3.8 and python3.9 and RocksDB version 6.11.4.
Tested with python3.8, python3.9, python3.10, and RocksDB version 6.11.4.

.. toctree::
:maxdepth: 2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

setup(
name="faust-streaming-rocksdb",
version='0.8.0',
version='0.9.0',
description="Python bindings for RocksDB",
keywords='rocksdb',
author='Ming Hsuan Tu',
Expand Down

0 comments on commit 26ed8a4

Please sign in to comment.