Skip to content

Commit

Permalink
Bump version: 0.9.1 → 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedingjan committed Jan 8, 2021
1 parent cce2adf commit 41c6e35
Show file tree
Hide file tree
Showing 3 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 = 0.9.1
current_version = 0.9.2
commit = true
tag = true
tag_name = {new_version}
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ install:
pip install -e .[test]

docker-build:
docker build -t labdigital/ecs-deplojo:0.9.1 .
docker build -t labdigital/ecs-deplojo:0.9.2 .

docker-push:
docker push labdigital/ecs-deplojo:0.9.1
docker push labdigital/ecs-deplojo:0.9.2

lint:
flake8 src/ tests/
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

setup(
name="ecs-deplojo",
version="0.9.1",
version="0.9.2",
author="Lab Digital B.V.",
author_email="opensource@labdigital.nl",
url="https://www.github.com/labd/ecs-deplojo/",
Expand Down

0 comments on commit 41c6e35

Please sign in to comment.