We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6024df7 commit 8bb31d5Copy full SHA for 8bb31d5
python/rcdb/version.py
@@ -1,5 +1,5 @@
1
# String version. Used both for setup.py and for internal code
2
-version = '2.2.9'
+version = '2.2.10'
3
4
# version as the tuple of ints
5
version_tuple = tuple(int(val) for val in version.split('.'))
0 commit comments