Skip to content

Commit

Permalink
chore(release): bump to v6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rubik committed Mar 26, 2023
1 parent 1be986d commit 5061d86
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
6.0.1 (Mar 26, 2023)
--------------------

- Prevent tomllib error when the `toml` module is not available

6.0.0 (Mar 26, 2023)
--------------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "radon"
version = "6.0.0"
version = "6.0.1"
description = "Code Metrics in Python"
authors = ["Michele Lacchia <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion radon/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'''This module contains the main() function, which is the entry point for the
command line interface.'''

__version__ = '6.0.0'
__version__ = '6.0.1'


def main():
Expand Down

0 comments on commit 5061d86

Please sign in to comment.