Skip to content

Commit

Permalink
bump version for last change
Browse files Browse the repository at this point in the history
  • Loading branch information
thisismypassport committed Feb 24, 2024
1 parent 085e28c commit aa7ac7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shrinko8.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from pico_tokenize import k_hint_split_re
import argparse

k_version = 'v1.1.2f'
k_version = 'v1.1.2g'

def SplitBySeps(val):
return k_hint_split_re.split(val)
Expand Down

0 comments on commit aa7ac7a

Please sign in to comment.