Skip to content

Commit

Permalink
Bump version to 5.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kod-kristoff committed May 3, 2019
1 parent 3e950c2 commit e094042
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.10.4
current_version = 5.10.5

[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='karp5',
version='5.10.4',
version='5.10.5',
description='Backend for Karp',
author='Språkbanken at the University of Gothenburg',
maintainer='Språkbanken',
Expand Down
2 changes: 1 addition & 1 deletion src/karp5/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from karp5.config import Config, mgr as conf_mgr


__version__ = '5.10.4'
__version__ = '5.10.5'
__name = 'karp5'


Expand Down

0 comments on commit e094042

Please sign in to comment.