From 6098fb26e5736d868c5b76f43e19b61e94d408e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20KOL=C3=81ROVICS?= Date: Thu, 28 Nov 2019 10:55:00 +0100 Subject: [PATCH] new version --- poco/__init__.py | 2 +- poco/poco.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poco/__init__.py b/poco/__init__.py index fd4f642..e387b2e 100644 --- a/poco/__init__.py +++ b/poco/__init__.py @@ -1 +1 @@ -__version__ = '0.96.8' +__version__ = '0.96.9' diff --git a/poco/poco.py b/poco/poco.py index 37af90e..806eb1b 100644 --- a/poco/poco.py +++ b/poco/poco.py @@ -29,7 +29,7 @@ END_STRING = """See 'poco help ' for more information on a specific command.""" -__version__ = '0.96.8' +__version__ = '0.96.9' class Poco(object):