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 4e04117 commit 0a0bb05Copy full SHA for 0a0bb05
btrdb/version.py
@@ -18,7 +18,7 @@
18
__version_info__ = {
19
'major': 5,
20
'minor': 6,
21
- 'micro': 0,
+ 'micro': 1,
22
'releaselevel': 'final',
23
'serial': 12,
24
}
tests/btrdb/test_base.py
@@ -26,7 +26,7 @@
26
## Test Constants
27
##########################################################################
28
29
-EXPECTED_VERSION = "5.6"
+EXPECTED_VERSION = "5.6.1"
30
31
32
0 commit comments