mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-03-11 08:54:34 +00:00
Bump version to update Brotli and fix release issue
This commit is contained in:
parent
65326e37b4
commit
178d67a73f
2 changed files with 2 additions and 2 deletions
|
|
@ -4,5 +4,5 @@ optional_dev_tag = ''
|
||||||
if os.getenv('DEV_BUILD'):
|
if os.getenv('DEV_BUILD'):
|
||||||
optional_dev_tag = '.dev' + os.getenv('DEV_BUILD')
|
optional_dev_tag = '.dev' + os.getenv('DEV_BUILD')
|
||||||
|
|
||||||
__version__ = '1.1.1' + optional_dev_tag
|
__version__ = '1.1.2' + optional_dev_tag
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
attrs==25.3.0
|
attrs==25.3.0
|
||||||
beautifulsoup4==4.13.5
|
beautifulsoup4==4.13.5
|
||||||
brotli==1.1.0
|
brotli==1.2.0
|
||||||
certifi==2025.8.3
|
certifi==2025.8.3
|
||||||
cffi==2.0.0
|
cffi==2.0.0
|
||||||
click==8.3.0
|
click==8.3.0
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue