diff --git a/fut14/__init__.py b/fut14/__init__.py index aeb1085..6302e1e 100644 --- a/fut14/__init__.py +++ b/fut14/__init__.py @@ -18,7 +18,7 @@ """ __title__ = 'fut14' -__version__ = '0.0.4' +__version__ = '0.0.5' __author__ = 'Piotr Staroszczyk' __author_email__ = 'piotr.staroszczyk@get24.org' __license__ = 'GNU GPL v3' diff --git a/setup.py b/setup.py index 992ca50..d9c04bb 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ __title__ = 'fut14' -__version__ = '0.0.4' +__version__ = '0.0.5' __author__ = 'Piotr Staroszczyk' __author_email__ = 'piotr.staroszczyk@get24.org' __license__ = 'GNU GPL v3'