Skip to content

Commit 2c5adb3

Browse files
committed
bump version, use correct path for pylint badge
Signed-off-by: Stephen L Arnold <[email protected]>
1 parent f7816f4 commit 2c5adb3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ under the terms of the GNU LGPL. See LICENSE.
157157
:target: https://github.com/VCTLabs/cp210x-program/actions/workflows/release.yml
158158
:alt: Release Status
159159

160-
.. |pylint| image:: https://raw.githubusercontent.com/VCTLabs/cp210x-program/badges/develop/pylint-score.svg
160+
.. |pylint| image:: https://raw.githubusercontent.com/VCTLabs/cp210x-program/badges/master/pylint-score.svg
161161
:target: https://github.com/VCTLabs/cp210x-program/actions/workflows/pylint.yml
162162
:alt: Pylint score
163163

cp210x/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# -*- coding: utf-8 -*-
22

33
__license__ = 'GNU LGPL'
4-
__version__ = '0.4'
4+
__version__ = '0.4.1'

0 commit comments

Comments
 (0)