Skip to content

Commit

Permalink
Optimizing workflows version.x.n
Browse files Browse the repository at this point in the history
  • Loading branch information
spirillen committed Jan 18, 2025
1 parent 7ea3e3b commit 8c7fd81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/sort_lists.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import requests
import domains2idna # For IDN support

VERSION = "0.2b10" # PEP 440 versioning format for beta release
VERSION = "0.2b11" # PEP 440 versioning format for beta release

def find_files_by_name(directory, filenames):
matches = []
Expand Down

0 comments on commit 8c7fd81

Please sign in to comment.