Skip to content

Commit 2657527

Browse files
increments version number
1 parent 1912367 commit 2657527

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': 5,
21-
'micro': 2,
21+
'micro': 3,
2222
'releaselevel': 'final',
23-
'serial': 10,
23+
'serial': 11,
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.5.2"
29+
EXPECTED_VERSION = "5.5.3"
3030

3131

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

0 commit comments

Comments
 (0)