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

Commit 26ed8a4

Browse files
authored
Merge pull request #2 from wbarnha/update-release
Update version for 0.9.0 release
2 parents cc3ba34 + 1a71d9d commit 26ed8a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Python bindings to the C++ interface of http://rocksdb.org/ using cython::
1111
db.put(b"a", b"b")
1212
print db.get(b"a")
1313

14-
Tested with python3.8 and python3.9 and RocksDB version 6.11.4.
14+
Tested with python3.8, python3.9, python3.10, and RocksDB version 6.11.4.
1515

1616
.. toctree::
1717
:maxdepth: 2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
setup(
5050
name="faust-streaming-rocksdb",
51-
version='0.8.0',
51+
version='0.9.0',
5252
description="Python bindings for RocksDB",
5353
keywords='rocksdb',
5454
author='Ming Hsuan Tu',

0 commit comments

Comments
 (0)