Skip to content

Commit 56de895

Browse files
authored
[release] 0.65.0 - Using casefold() for string comparison (#466)
### New Features - Switching from upper().lower() to casefold() for string comparison, reducing evaluation time >Included In This Release >- 6e10d56 kat-statsig > - merge Switch to casefold from upper lower (#465)
1 parent 6e10d56 commit 56de895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

statsig/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.64.0'
1+
__version__ = '0.65.0'

0 commit comments

Comments
 (0)