Skip to content

Commit 05b7614

Browse files
committed
chore: Update README.md and set ver for next release
1 parent 567a63a commit 05b7614

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
# Webpush Data encryption library for Python
44

55
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)
69

710
## Installation
811

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
from setuptools import find_packages, setup
55

6-
__version__ = "0.4.0"
6+
__version__ = "0.5.0"
77

88

99
def read_from(file):

0 commit comments

Comments
 (0)