Skip to content

Commit 40a611f

Browse files
author
Alice Ferrazzi
committed
changed version number 0.0.1 -> 0.1
1 parent d1adff5 commit 40a611f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

elivepatch_server/__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_server/resources/__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+'

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_server',
5-
version='0.01',
5+
version='0.1',
66
description='Distributed elivepatch server API',
77
url='https://wiki.gentoo.org/wiki/Elivepatch, ' + \
88
'https://github.com/aliceinwire/elivepatch-server',

0 commit comments

Comments
 (0)