Skip to content

Commit 5061d86

Browse files
committed
chore(release): bump to v6.0.1
1 parent 1be986d commit 5061d86

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
6.0.1 (Mar 26, 2023)
2+
--------------------
3+
4+
- Prevent tomllib error when the `toml` module is not available
5+
16
6.0.0 (Mar 26, 2023)
27
--------------------
38

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "radon"
3-
version = "6.0.0"
3+
version = "6.0.1"
44
description = "Code Metrics in Python"
55
authors = ["Michele Lacchia <[email protected]>"]
66
license = "MIT"

radon/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'''This module contains the main() function, which is the entry point for the
22
command line interface.'''
33

4-
__version__ = '6.0.0'
4+
__version__ = '6.0.1'
55

66

77
def main():

0 commit comments

Comments
 (0)