Skip to content

Commit

Permalink
Bump version: 0.7.0 → 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ant31 committed Aug 7, 2017
1 parent c739897 commit b80028a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.0
0.7.1
2 changes: 1 addition & 1 deletion appr/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
__author__ = 'Antoine Legrand'
__email__ = '[email protected]'
__version__ = '0.7.0'
__version__ = '0.7.1'
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.7.0
current_version = 0.7.1
commit = True
tag = True

Expand All @@ -19,3 +19,4 @@ max-line-length = 120
[pep8]
exclude = docs
max-line-length = 120

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@

setup(
name='appr',
version='0.7.0-pre',
version='0.7.1',
description="cloud-native app registry server",
long_description=readme,
author="Antoine Legrand",
Expand Down

0 comments on commit b80028a

Please sign in to comment.