From ba1fe57248a1b492a82a2c350e2d4712696f4403 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Wed, 11 Jan 2017 00:07:55 +0100 Subject: [PATCH] Bump version number. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 43aabc8..62a2fcf 100755 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ with open(os.path.join(os.path.dirname(__file__), 'requirements.txt')) as fd: setup( name='irctest', - version='0.1', + version='0.1.1', author='Valentin Lorentz', url='https://github.com/ProgVal/irctest/', author_email='progval+irctest@progval.net',