From ef33cba1daea0a9434ea909752c8244778b78e7b Mon Sep 17 00:00:00 2001 From: Richard Borcsik Date: Tue, 20 Oct 2020 12:58:27 +0200 Subject: [PATCH] Cut new version with changes and publish (#155) * change author info * change readme path * bump version Co-authored-by: Richard Borcsik --- pushbullet/__version__.py | 2 +- setup.py | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pushbullet/__version__.py b/pushbullet/__version__.py index fee46bd..e2bd072 100644 --- a/pushbullet/__version__.py +++ b/pushbullet/__version__.py @@ -1 +1 @@ -__version__ = "0.11.1" +__version__ = "0.11.2" diff --git a/setup.py b/setup.py index 0af448e..52a4c58 100755 --- a/setup.py +++ b/setup.py @@ -28,15 +28,15 @@ def read(fname): setup( name = "pushbullet.py", version = version, - author = "Richard Borcsik", - author_email = "borcsikrichard@gmail.com", + author = "Richard B", + author_email = "pypi@richardb.me", description = ("A simple python client for pushbullet.com"), license = "MIT", keywords = "push android pushbullet notification", - url = "https://github.com/randomchars/pushbullet.py", - download_url="https://github.com/randomchars/pushbullet.py/tarball/" + version, + url = "https://github.com/rbrcsk/pushbullet.py", + download_url="https://github.com/rbrcsk/pushbullet.py/tarball/" + version, packages=['pushbullet'], - long_description=read('readme.md'), + long_description=read('readme.rst'), classifiers=[ "Development Status :: 4 - Beta", "Intended Audience :: Developers",