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

Update version for 0.9.0 release #2

Merged
merged 2 commits into from
Aug 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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