diff --git a/pyproject.toml b/pyproject.toml index 9ca283f..c1fa5a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "webcolors", "docstring-parser" ] -version = "2.10.1alpha0" +version = "2.10.1" [tool.setuptools.packages.find] where = ["src"] diff --git a/src/log21/__init__.py b/src/log21/__init__.py index d6d3934..e221da6 100644 --- a/src/log21/__init__.py +++ b/src/log21/__init__.py @@ -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',