Skip to content

Commit 71195ca

Browse files
committed
Bump version
1 parent 65531b6 commit 71195ca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ $ cp .env.example .env # and customize fields
4141
$ docker run \
4242
-v $PWD/ing_ynab_state:/app/state \
4343
--env-file .env \
44-
docker.pkg.github.com/bahlo/ing_ynab/ing_ynab:0.3.1
44+
docker.pkg.github.com/bahlo/ing_ynab/ing_ynab:0.4.0
4545
```
4646

4747
### docker-compose
@@ -51,7 +51,7 @@ version: "2.0"
5151

5252
services:
5353
ing_ynab:
54-
image: docker.pkg.github.com/bahlo/ing_ynab/ing_ynab:0.3.1
54+
image: docker.pkg.github.com/bahlo/ing_ynab/ing_ynab:0.4.0
5555
volumes:
5656
- ${PWD}/ing_ynab_state:/app/state
5757
environment:

ing_ynab/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""
22
This module contains only the version.
33
"""
4-
VERSION = "0.3.1"
4+
VERSION = "0.4.0"

0 commit comments

Comments
 (0)