Skip to content

Commit 6486981

Browse files
committed
4.1.2
1 parent 98690a0 commit 6486981

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pypresence/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
__author__ = 'qwertyquerty'
1515
__copyright__ = 'Copyright 2018 qwertyquerty'
1616
__license__ = 'MIT'
17-
__version__ = '4.1.1'
17+
__version__ = '4.1.2'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
setup(name='pypresence',
99
author='qwertyquerty',
1010
url='https://github.com/qwertyquerty/pypresence',
11-
version='4.1.1',
11+
version='4.1.2',
1212
packages=['pypresence'],
1313
python_requires='>=3.5',
1414
platforms=['Windows', 'Linux', 'OSX'],

0 commit comments

Comments
 (0)