diff --git a/fut14/__init__.py b/fut14/__init__.py index dffb045..71f0873 100644 --- a/fut14/__init__.py +++ b/fut14/__init__.py @@ -18,7 +18,7 @@ """ __title__ = 'fut14' -__version__ = '0.0.14' +__version__ = '0.0.15' __author__ = 'Piotr Staroszczyk' __author_email__ = 'piotr.staroszczyk@get24.org' __license__ = 'GNU GPL v3' diff --git a/setup.py b/setup.py index c568fc0..4afc6de 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ __title__ = 'fut14' -__version__ = '0.0.14' +__version__ = '0.0.15' __author__ = 'Piotr Staroszczyk' __author_email__ = 'piotr.staroszczyk@get24.org' __license__ = 'GNU GPL v3'