diff options
| author | tassaron | 2022-05-05 20:28:12 -0400 |
|---|---|---|
| committer | tassaron | 2022-05-05 20:28:12 -0400 |
| commit | 19ce98c16b54bbf0b636bd1c8a468b8f9f3d1d11 (patch) | |
| tree | b39b020b8a5419d3ba2f93324aa24f50245c863a | |
| parent | 47e63842bcf8ee65c2bb2caa8d4f5252f8e42204 (diff) | |
change version number
| -rw-r--r-- | src/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/__init__.py b/src/__init__.py index c69e3ac..d2e783b 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -3,7 +3,7 @@ import os import logging -__version__ = '2.0.0-b1' +__version__ = '2.0.0-b2' class Logger(logging.getLoggerClass()): |
