Skip to content

Commit

Permalink
Bump version: 5.10.10 → 5.10.11
Browse files Browse the repository at this point in the history
  • Loading branch information
kod-kristoff committed May 27, 2019
1 parent a0b9705 commit a86e0a0
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.10
current_version = 5.10.11
commit = True

[bumpversion:file:setup.py]
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.10',
version='5.10.11',
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
@@ -1,6 +1,6 @@
# import this to start up the logging, always have this line at the top of the file

__version__ = '5.10.10'
__version__ = '5.10.11'

import pkg_resources
import logging
Expand Down

0 comments on commit a86e0a0

Please sign in to comment.