Skip to content

Commit f30e4e1

Browse files
committed
Bump version
1 parent 6d91d2b commit f30e4e1

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
@@ -36,7 +36,7 @@ $ ing-ynab
3636

3737
```sh
3838
$ cp .env.example .env # and customize fields
39-
$ docker run --env-file .env docker.pkg.github.com/bahlo/ing-ynab/ing-ynab:2.0.0
39+
$ docker run --env-file .env docker.pkg.github.com/bahlo/ing-ynab/ing-ynab:2.0.1
4040
```
4141

4242
### docker-compose
@@ -46,7 +46,7 @@ version: "2.0"
4646

4747
services:
4848
ing-ynab:
49-
image: docker.pkg.github.com/bahlo/ing-ynab/ing-ynab:2.0.0
49+
image: docker.pkg.github.com/bahlo/ing-ynab/ing-ynab:2.0.1
5050
environment:
5151
# Environment variables, see the configuration section
5252
```

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 = "2.0.0"
4+
VERSION = "2.0.1"

0 commit comments

Comments
 (0)