Skip to content

Commit 8bb31d5

Browse files
committed
Version 2.2.10 tag
1 parent 6024df7 commit 8bb31d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/rcdb/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# String version. Used both for setup.py and for internal code
2-
version = '2.2.9'
2+
version = '2.2.10'
33

44
# version as the tuple of ints
55
version_tuple = tuple(int(val) for val in version.split('.'))

0 commit comments

Comments
 (0)