Skip to content
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.

Cut new version with changes and publish #155

Merged
merged 3 commits into from
Oct 20, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pushbullet/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.11.1"
__version__ = "0.11.2"
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ def read(fname):
setup(
name = "pushbullet.py",
version = version,
author = "Richard Borcsik",
author_email = "[email protected]",
author = "Richard B",
author_email = "[email protected]",
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",
Expand Down