We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb42dc1 commit 4e6fcceCopy full SHA for 4e6fcce
pushnotifier/__init__.py
@@ -1,2 +1,2 @@
1
__author__ = "Tom Gaimann | github.com/tomg404"
2
-__version__ = "1.2.1"
+__version__ = "1.2.2"
setup.py
@@ -1,7 +1,7 @@
import setuptools
import pushnotifier
3
4
-with open('README.md', 'r') as fh:
+with open('README.md', 'r', encoding='utf-8') as fh:
5
long_description = fh.read()
6
7
setuptools.setup(
0 commit comments