Skip to content

Commit

Permalink
bump version to 5.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kod-kristoff committed Feb 19, 2019
1 parent 9aae064 commit 9bfffce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 5.5.3
current_version = 5.5.4

[bumpversion:file:setup.py]
search = version='{current_version}'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='karp-backend',
version='5.5.3',
version='5.5.4',
description='Backend for Karp',
author='Språkbanken at the University of Gothenburg',
maintainer='Språkbanken',
Expand Down
2 changes: 1 addition & 1 deletion src/karp_backend/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from flask import Flask


__version__ = '5.5.3'
__version__ = '5.5.4'
__name = 'karp-backend'


Expand Down

0 comments on commit 9bfffce

Please sign in to comment.