From c1738190945cd16f115ed1668e010db86ae86dbf Mon Sep 17 00:00:00 2001 From: Piotr Staroszczyk Date: Mon, 23 Dec 2013 21:47:11 +0100 Subject: [PATCH] v0.0.5 --- fut14/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'