diff --git a/hisock/constants.py b/hisock/constants.py index 286ccf1..c9e9db1 100644 --- a/hisock/constants.py +++ b/hisock/constants.py @@ -6,7 +6,7 @@ ==================================== """ -__version__ = "2.0" +__version__ = "2.0.2" __license__ = "MIT" __name__ = "hisock" __copyright__ = "SSS-Says-Snek, 2021-present"