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 36bc1f2 commit a595abbCopy full SHA for a595abb
1 file changed
python/rcdb/version.py
@@ -1,5 +1,5 @@
1
# String version. Used both for setup.py and for internal code
2
-version = '2.3.2'
+version = '2.4.0'
3
4
# version as the tuple of ints
5
version_tuple = tuple(int(val) for val in version.split('.'))
0 commit comments