Skip to content

Commit 4e6fcce

Browse files
committed
Update version number
1 parent cb42dc1 commit 4e6fcce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pushnotifier/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
__author__ = "Tom Gaimann | github.com/tomg404"
2-
__version__ = "1.2.1"
2+
__version__ = "1.2.2"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import setuptools
22
import pushnotifier
33

4-
with open('README.md', 'r') as fh:
4+
with open('README.md', 'r', encoding='utf-8') as fh:
55
long_description = fh.read()
66

77
setuptools.setup(

0 commit comments

Comments
 (0)