We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c73c85b commit 5a9b44fCopy full SHA for 5a9b44f
btrdb/version.py
@@ -17,10 +17,10 @@
17
18
__version_info__ = {
19
'major': 5,
20
- 'minor': 8,
21
- 'micro': 1,
+ 'minor': 10,
+ 'micro': 0,
22
'releaselevel': 'final',
23
- 'serial': 14,
+ 'serial': 15,
24
}
25
26
##########################################################################
tests/btrdb/test_base.py
@@ -26,7 +26,7 @@
## Test Constants
27
28
29
-EXPECTED_VERSION = "5.8.1"
+EXPECTED_VERSION = "5.10"
30
31
32
0 commit comments