Skip to content

Commit

Permalink
Bump version: 0.4.1 → 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ant31 committed Jun 26, 2017
1 parent 4d6906c commit e4b7780
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.1
0.5.0
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.4.1'
__version__ = '0.5.0'
2 changes: 1 addition & 1 deletion appr/commands/plugins/helm/plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "registry"
version: "0.4.1"
version: "0.5.0"
usage: "Integreate APPR client to HELM"
description: |-
This plugin provides APPR client to Helm.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.1
current_version = 0.5.0
commit = True
tag = True

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

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

0 comments on commit e4b7780

Please sign in to comment.