Skip to content

Commit

Permalink
Bumped search version to 1.1.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
alancleary committed Jan 25, 2023
1 parent 2f8f4e8 commit 851e4dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion search/search/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ def int_or_str(value):
except ValueError:
return value

__version__ = '1.1.2'
__version__ = '1.1.3'
VERSION = tuple(map(int_or_str, __version__.split('.')))

0 comments on commit 851e4dd

Please sign in to comment.