Skip to content

Commit

Permalink
Version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
morenod authored Aug 30, 2019
1 parent 2cc99cd commit 509c64b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion punsbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

allowed_chars_puns = string.ascii_letters + " " + string.digits + "áéíóúàèìòùäëïöü"
allowed_chars_triggers = allowed_chars_puns + "^$.*+?(){}\\[]<>=-"
version = "0.6.3"
version = "0.7.0"
required_validations = 5

if 'TOKEN' not in os.environ:
Expand Down

0 comments on commit 509c64b

Please sign in to comment.