Skip to content

Commit

Permalink
Release: 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
prwater committed Feb 16, 2020
1 parent 9081c69 commit 7131ce3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.2
2.0.3
2 changes: 1 addition & 1 deletion kerapu/application/KerapuApplication.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def __init__(self):
"""
Object constructor.
"""
Application.__init__(self, 'kerapu', '2.0.2')
Application.__init__(self, 'kerapu', '2.0.3')

# ------------------------------------------------------------------------------------------------------------------
def get_default_commands(self) -> List[Command]:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
setup(
name='Kerapu',

version='2.0.2',
version='2.0.3',

description='Een implementatie van de grouper',
long_description=long_description,
Expand Down

0 comments on commit 7131ce3

Please sign in to comment.