Skip to content

Commit

Permalink
Release: 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
prwater committed Jul 2, 2019
1 parent 6100ba5 commit 18e74e1
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.0
2.0.1
2 changes: 1 addition & 1 deletion kerapu/application/KerapuApplication.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def __init__(self):
"""
Object constructor.
"""
Application.__init__(self, 'kerapu', '2.0.0')
Application.__init__(self, 'kerapu', '2.0.1')

# ------------------------------------------------------------------------------------------------------------------
def get_default_commands(self):
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.0',
version='2.0.1',

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

0 comments on commit 18e74e1

Please sign in to comment.