diff --git a/pypresence/__init__.py b/pypresence/__init__.py index 2a27eae..afa0f6d 100644 --- a/pypresence/__init__.py +++ b/pypresence/__init__.py @@ -14,4 +14,4 @@ __author__ = 'qwertyquerty' __copyright__ = 'Copyright 2018 qwertyquerty' __license__ = 'MIT' -__version__ = '4.1.1' +__version__ = '4.1.2' diff --git a/setup.py b/setup.py index a9703a8..c14dbd9 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup(name='pypresence', author='qwertyquerty', url='https://github.com/qwertyquerty/pypresence', - version='4.1.1', + version='4.1.2', packages=['pypresence'], python_requires='>=3.5', platforms=['Windows', 'Linux', 'OSX'],