diff --git a/flair/__init__.py b/flair/__init__.py index b49b3dc..c4c9f50 100644 --- a/flair/__init__.py +++ b/flair/__init__.py @@ -5,7 +5,7 @@ License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. """ -__version__ = 0.3 +__version__ = 0.4 from . import hook, augment, inspect from .inspect import events diff --git a/setup.py b/setup.py index 810b05b..7e52e21 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name='fl-flair', - version='0.3', + version='0.4', author='biqqles', author_email='biqqles@protonmail.com', description='A novel client-side hook for Freelancer',