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 0de7a53 commit a03491bCopy full SHA for a03491b
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.2.10'
+version = '2.3.0'
3
4
# version as the tuple of ints
5
version_tuple = tuple(int(val) for val in version.split('.'))
0 commit comments