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

Commit

Permalink
Cut new version with changes and publish (#155)
Browse files Browse the repository at this point in the history
* change author info

* change readme path

* bump version

Co-authored-by: Richard Borcsik <[email protected]>
  • Loading branch information
richard-better and richard-better authored Oct 20, 2020
1 parent ad8b878 commit ef33cba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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

0 comments on commit ef33cba

Please sign in to comment.