We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7816f4 commit 2c5adb3Copy full SHA for 2c5adb3
README.rst
@@ -157,7 +157,7 @@ under the terms of the GNU LGPL. See LICENSE.
157
:target: https://github.com/VCTLabs/cp210x-program/actions/workflows/release.yml
158
:alt: Release Status
159
160
-.. |pylint| image:: https://raw.githubusercontent.com/VCTLabs/cp210x-program/badges/develop/pylint-score.svg
+.. |pylint| image:: https://raw.githubusercontent.com/VCTLabs/cp210x-program/badges/master/pylint-score.svg
161
:target: https://github.com/VCTLabs/cp210x-program/actions/workflows/pylint.yml
162
:alt: Pylint score
163
cp210x/__init__.py
@@ -1,4 +1,4 @@
1
# -*- coding: utf-8 -*-
2
3
__license__ = 'GNU LGPL'
4
-__version__ = '0.4'
+__version__ = '0.4.1'
0 commit comments