From 255ecd742888c1a5f283210131eb787991ec1f40 Mon Sep 17 00:00:00 2001 From: MrNaif2018 Date: Sat, 28 Jan 2023 13:34:35 +0300 Subject: [PATCH] Fix readme --- CHANGELOG.md | 4 ++++ README.md | 2 +- bitccl/version.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) 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"