Skip to content

Commit a03491b

Browse files
committed
Bump version to 2.3.0
1 parent 0de7a53 commit a03491b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.10'
2+
version = '2.3.0'
33

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

0 commit comments

Comments
 (0)