Skip to content

Commit a8019aa

Browse files
committed
fix README badge link
1 parent a26edf7 commit a8019aa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Documentation Status](https://readthedocs.org/projects/python-helpers/badge/?version=latest)](https://python-helpers.readthedocs.io/en/latest/?badge=latest)
44
[![Build Status](https://travis-ci.com/Privex/python-helpers.svg?branch=master)](https://travis-ci.com/Privex/python-helpers)
55
[![Codecov](https://img.shields.io/codecov/c/github/Privex/python-helpers)](https://codecov.io/gh/Privex/python-helpers)
6-
[![PyPi Version](https://img.shields.io/pypi/v/privex-jsonrpc.svg)](https://pypi.org/project/privex-helpers/)
6+
[![PyPi Version](https://img.shields.io/pypi/v/privex-helpers.svg)](https://pypi.org/project/privex-helpers/)
77
![License Button](https://img.shields.io/pypi/l/privex-helpers)
88
![PyPI - Downloads](https://img.shields.io/pypi/dm/privex-helpers)
99
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/privex-helpers)

privex/helpers/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def _setup_logging(level=logging.WARNING):
6464
log = _setup_logging()
6565
name = 'helpers'
6666

67-
VERSION = '1.3.0.post2'
67+
VERSION = '1.3.0.post3'
6868

6969
class ImproperlyConfigured(Exception):
7070
"""Placeholder in-case this fails to import from django.core.exceptions"""

0 commit comments

Comments
 (0)