Skip to content

Commit 7fd4970

Browse files
committed
Bump v0.10.0 -> v0.11.0
1 parent 877deab commit 7fd4970

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.10.0
2+
current_version = 0.11.0
33
commit = false
44
tag = false
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# https://blog.ionelmc.ro/presentations/packaging/
2626
setup(
2727
name="sumy",
28-
version="0.10.0",
28+
version="0.11.0",
2929
description="Module for automatic summarization of text documents and HTML pages.",
3030
long_description=long_description,
3131
long_description_content_type="text/markdown",

sumy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
from __future__ import division, print_function, unicode_literals
55

66
__author__ = "Michal Belica"
7-
__version__ = "0.10.0"
7+
__version__ = "0.11.0"

tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ def bump(context, version="patch"):
3131

3232
@task
3333
def docker(context):
34-
context.run("docker build --no-cache --rm=true --tag misobelica/sumy:latest -t misobelica/sumy:0.10.0 .")
34+
context.run("docker build --no-cache --rm=true --tag misobelica/sumy:latest -t misobelica/sumy:0.11.0 .")
3535
context.run("docker push misobelica/sumy --all-tags")

0 commit comments

Comments
 (0)