Skip to content

Commit

Permalink
Merge branch 'master' into argparse-update-3.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MPCodeWriter21 authored Dec 7, 2024
2 parents a059eb5 + dcdf93d commit ef5cb30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies = [
"webcolors",
"docstring-parser"
]
version = "2.10.1alpha0"
version = "2.10.1"

[tool.setuptools.packages.find]
where = ["src"]
Expand Down
2 changes: 1 addition & 1 deletion src/log21/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from .StreamHandler import StreamHandler, ColorizingStreamHandler

__author__ = 'CodeWriter21 (Mehrad Pooryoussof)'
__version__ = '2.10.1alpha0'
__version__ = '2.10.1'
__github__ = 'Https://GitHub.com/MPCodeWriter21/log21'
__all__ = [
'ColorizingStreamHandler', 'DecolorizingFileHandler', 'ColorizingFormatter',
Expand Down

0 comments on commit ef5cb30

Please sign in to comment.