Skip to content

Commit

Permalink
bump version to 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kod-kristoff committed Dec 7, 2018
1 parent 2f9974d commit d38ba69
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.2.0
current_version = 5.3.0

[bumpversion:file:setup.py]
search = version='{current_version}'
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "karp-backend"
version = "5.2.0"
version = "5.3.0"
description = ""
authors = ["Språkbanken <sb-info@svenska.gu.se>"]
license = "MIT"
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.2.0',
version='5.3.0',
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.2.0'
__version__ = '5.3.0'
__name = 'karp-backend'


Expand Down

0 comments on commit d38ba69

Please sign in to comment.