diff --git a/docs/conf.py b/docs/conf.py index fe151f1..a27cdb3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -15,7 +15,7 @@ project = 'Weverse.py' copyright = '2023-Present, Anson Quek' author = 'Anson Quek' -release = '1.0.2.1' +release = '1.0.3' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/weverse/__init__.py b/weverse/__init__.py index 1341ce2..7177229 100644 --- a/weverse/__init__.py +++ b/weverse/__init__.py @@ -7,4 +7,4 @@ __title__ = 'Weverse.py' __author__ = 'Anson Quek' __license__ = 'MIT' -__version__ = '1.0.2.1' +__version__ = '1.0.3'