We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f52126 commit e1b10b9Copy full SHA for e1b10b9
elivepatch_client/__init__.py
@@ -4,6 +4,6 @@
4
# (c) 2017, Alice Ferrazzi <alice.ferrazzi@gmail.com>
5
# Distributed under the terms of the GNU General Public License v2 or later
6
7
-__version__ = '0.0.1'
+__version__ = '0.1'
8
__author__ = 'Alice Ferrazzi'
9
__license__ = 'GNU GPLv2+'
elivepatch_client/version.py
@@ -7,7 +7,7 @@
from __future__ import unicode_literals
10
-VERSION = '0.0.1'
+VERSION = '0.1'
11
12
if __name__ == '__main__':
13
print(VERSION)
setup.py
@@ -2,7 +2,7 @@
2
3
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',
0 commit comments