From 5950d979268610772322733e0bd475b35274152a Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sun, 10 Dec 2017 20:21:29 +0100 Subject: [PATCH] Bump version number to 0.1.2. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 62a2fcf..236af23 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.1', + version='0.1.2', author='Valentin Lorentz', url='https://github.com/ProgVal/irctest/', author_email='progval+irctest@progval.net',