We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 928dfeb + 05b7614 commit e743dc9Copy full SHA for e743dc9
README.md
@@ -3,6 +3,9 @@
3
# Webpush Data encryption library for Python
4
5
This is a work in progress.
6
+This library is available on [pypi as
7
+pywebpush](https://pypi.python.org/pypi/pywebpush).
8
+Source is available on [github](https://github.com/jrconlin/pywebpush)
9
10
## Installation
11
setup.py
@@ -3,7 +3,7 @@
from setuptools import find_packages, setup
-__version__ = "0.4.0"
+__version__ = "0.5.0"
def read_from(file):
0 commit comments