From e1b10b948156f5e033016e09653f3ea77fab3286 Mon Sep 17 00:00:00 2001 From: Alice Ferrazzi Date: Wed, 6 Sep 2017 00:19:06 +0900 Subject: [PATCH] changed version number 0.0.1 -> 0.1 --- elivepatch_client/__init__.py | 2 +- elivepatch_client/version.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/elivepatch_client/__init__.py b/elivepatch_client/__init__.py index 7797189..ce0dc9f 100644 --- a/elivepatch_client/__init__.py +++ b/elivepatch_client/__init__.py @@ -4,6 +4,6 @@ # (c) 2017, Alice Ferrazzi # Distributed under the terms of the GNU General Public License v2 or later -__version__ = '0.0.1' +__version__ = '0.1' __author__ = 'Alice Ferrazzi' __license__ = 'GNU GPLv2+' \ No newline at end of file diff --git a/elivepatch_client/version.py b/elivepatch_client/version.py index 7dac792..73b1ef8 100644 --- a/elivepatch_client/version.py +++ b/elivepatch_client/version.py @@ -7,7 +7,7 @@ from __future__ import unicode_literals -VERSION = '0.0.1' +VERSION = '0.1' if __name__ == '__main__': print(VERSION) \ No newline at end of file diff --git a/setup.py b/setup.py index b32423c..5decf87 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='elivepatch-client', - version='0.0.1', + version='0.1', description='Distributed live patch client and automatic kernel live patch for kernel CVE', url='https://wiki.gentoo.org/wiki/Elivepatch, ' +\ 'https://github.com/aliceinwire/elivepatch-client',