Skip to content

Commit fc48600

Browse files
committed
Bump version
1 parent 7aee958 commit fc48600

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
@@ -40,7 +40,7 @@ $ cp .env.example .env # and customize fields
4040
$ docker run \
4141
-v $PWD/ing_ynab_state:/app/state \
4242
--env-file .env \
43-
docker.pkg.github.com/bahlo/ing-ynab/ing-ynab:1.0.1
43+
docker.pkg.github.com/bahlo/ing-ynab/ing-ynab:1.0.2
4444
```
4545

4646
### docker-compose
@@ -50,7 +50,7 @@ version: "2.0"
5050

5151
services:
5252
ing-ynab:
53-
image: docker.pkg.github.com/bahlo/ing-ynab/ing-ynab:1.0.1
53+
image: docker.pkg.github.com/bahlo/ing-ynab/ing-ynab:1.0.2
5454
volumes:
5555
- ${PWD}/ing_ynab_state:/app/state
5656
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 = "1.0.1"
4+
VERSION = "1.0.2"

0 commit comments

Comments
 (0)