Skip to content

Commit

Permalink
Bump v0.10.0 -> v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
miso-belica committed Oct 23, 2022
1 parent 877deab commit 7fd4970
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.10.0
current_version = 0.11.0
commit = false
tag = false

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# https://blog.ionelmc.ro/presentations/packaging/
setup(
name="sumy",
version="0.10.0",
version="0.11.0",
description="Module for automatic summarization of text documents and HTML pages.",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion sumy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
from __future__ import division, print_function, unicode_literals

__author__ = "Michal Belica"
__version__ = "0.10.0"
__version__ = "0.11.0"
2 changes: 1 addition & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ def bump(context, version="patch"):

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

0 comments on commit 7fd4970

Please sign in to comment.