Skip to content

Commit e1b10b9

Browse files
author
Alice Ferrazzi
committed
changed version number 0.0.1 -> 0.1
1 parent 6f52126 commit e1b10b9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

elivepatch_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
# (c) 2017, Alice Ferrazzi <alice.ferrazzi@gmail.com>
55
# Distributed under the terms of the GNU General Public License v2 or later
66

7-
__version__ = '0.0.1'
7+
__version__ = '0.1'
88
__author__ = 'Alice Ferrazzi'
99
__license__ = 'GNU GPLv2+'

elivepatch_client/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
from __future__ import unicode_literals
99

10-
VERSION = '0.0.1'
10+
VERSION = '0.1'
1111

1212
if __name__ == '__main__':
1313
print(VERSION)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='elivepatch-client',
5-
version='0.0.1',
5+
version='0.1',
66
description='Distributed live patch client and automatic kernel live patch for kernel CVE',
77
url='https://wiki.gentoo.org/wiki/Elivepatch, ' +\
88
'https://github.com/aliceinwire/elivepatch-client',

0 commit comments

Comments
 (0)