Skip to content

Commit

Permalink
Bump version: 0.7.3 → 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ant31 committed Sep 22, 2017
1 parent 399a043 commit 1509972
Show file tree
Hide file tree
Showing 4 changed files with 4 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.3
0.7.4
2 changes: 1 addition & 1 deletion appr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

__author__ = 'Antoine Legrand'
__email__ = '[email protected]'
__version__ = '0.7.3'
__version__ = '0.7.4'

SYSTEM = platform.system().lower()
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.7.3
current_version = 0.7.4
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 @@ -67,7 +67,7 @@

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

0 comments on commit 1509972

Please sign in to comment.