Skip to content

Commit

Permalink
changed version number 0.0.1 -> 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Alice Ferrazzi committed Sep 5, 2017
1 parent 6f52126 commit e1b10b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion elivepatch_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
# (c) 2017, Alice Ferrazzi <[email protected]>
# 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+'
2 changes: 1 addition & 1 deletion elivepatch_client/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

from __future__ import unicode_literals

VERSION = '0.0.1'
VERSION = '0.1'

if __name__ == '__main__':
print(VERSION)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit e1b10b9

Please sign in to comment.