Skip to content

Commit abfdf3b

Browse files
bumps release version
1 parent 457c99a commit abfdf3b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

btrdb/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
__version_info__ = {
1919
'major': 5,
2020
'minor': 8,
21-
'micro': 0,
21+
'micro': 1,
2222
'releaselevel': 'final',
23-
'serial': 13,
23+
'serial': 14,
2424
}
2525

2626
##########################################################################

tests/btrdb/test_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
## Test Constants
2727
##########################################################################
2828

29-
EXPECTED_VERSION = "5.8"
29+
EXPECTED_VERSION = "5.8.1"
3030

3131

3232
##########################################################################

0 commit comments

Comments
 (0)