Skip to content

Commit

Permalink
Add Encoding to setup.py File
Browse files Browse the repository at this point in the history
This file was missed in the last PR.
  • Loading branch information
ImXron committed Apr 12, 2020
1 parent 4bc2e76 commit 4a10849
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# coding: utf-8
"""
MIT License
Expand Down
2 changes: 1 addition & 1 deletion w8ing/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
╚███╔███╔╝╚█████╔╝██║██║ ╚████║╚██████╔╝
╚══╝╚══╝ ╚════╝ ╚═╝╚═╝ ╚═══╝ ╚═════╝
"""
__version__ = "1.0.1" # pragma: no cover
__version__ = "1.0.2" # pragma: no cover

0 comments on commit 4a10849

Please sign in to comment.