diff --git a/CHANGELOG.md b/CHANGELOG.md index 322a896..2a56eb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Latest changes +## 0.4.1 + +Fix PyPI readme + ## 0.4.0 Change license to MIT license diff --git a/README.md b/README.md index 5e2333b..d507b82 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ --- -![GitHub Workflow Status](https://img.shields.io/github/workflow/status/bitcartcc/bitccl/test?style=flat-square) +[![CircleCI](https://circleci.com/gh/bitcartcc/bitccl.svg?style=svg)](https://circleci.com/gh/bitcartcc/bitccl) ![Codecov](https://img.shields.io/codecov/c/github/bitcartcc/bitccl?style=flat-square) ![PyPI](https://img.shields.io/pypi/v/bitccl?style=flat-square) ![PyPI - Downloads](https://img.shields.io/pypi/dm/bitccl?style=flat-square) diff --git a/bitccl/version.py b/bitccl/version.py index 6cc293e..28afc05 100644 --- a/bitccl/version.py +++ b/bitccl/version.py @@ -1 +1 @@ -VERSION = "0.4.0" +VERSION = "0.4.1"