Skip to content
Open
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
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions

name: build
on:
push:
branches:
- master
on: ["push", "pull_request", "workflow_dispatch"]
jobs:
manylinux:
runs-on: ubuntu-18.04
Expand Down
2 changes: 1 addition & 1 deletion rocksdb/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from ._rocksdb import *

ROCKSDB_VERSION = '6.25.3' # 0103296f39ec3fd89b4cdda9687c63fde90eec24
ROCKSDB_VERSION = '6.29.4' # ad155621274f6bb459fe390c7be268f2a22191a6
__version__ = "0.8.2"
2 changes: 1 addition & 1 deletion src/rocksdb