alessandro trinca tornidor
commited on
Commit
·
5012c50
1
Parent(s):
c4cfe4e
chore: bump to version 0.4.5
Browse files- Dockerfile +1 -1
- pyproject.toml +1 -1
Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
FROM registry.gitlab.com/aletrn/my_ghost_writer_base:0.4.
|
| 2 |
|
| 3 |
LABEL authors="trincadev"
|
| 4 |
|
|
|
|
| 1 |
+
FROM registry.gitlab.com/aletrn/my_ghost_writer_base:0.4.5
|
| 2 |
|
| 3 |
LABEL authors="trincadev"
|
| 4 |
|
pyproject.toml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
[project]
|
| 2 |
name = "my-ghost-writer"
|
| 3 |
-
version = "0.4.
|
| 4 |
description = "A simple webapp supporting writers"
|
| 5 |
authors = [
|
| 6 |
{name = "alessandro trinca tornidor",email = "[email protected]"}
|
|
|
|
| 1 |
[project]
|
| 2 |
name = "my-ghost-writer"
|
| 3 |
+
version = "0.4.5"
|
| 4 |
description = "A simple webapp supporting writers"
|
| 5 |
authors = [
|
| 6 |
{name = "alessandro trinca tornidor",email = "[email protected]"}
|