Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a716c80c7a | ||
|
|
cf5db81afe | ||
|
|
cdf4392488 | ||
|
|
12fba127e9 |
@@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "random_quote_generator"
|
name = "random_quote_generator"
|
||||||
version = "0.1.0"
|
version = "2.0.0"
|
||||||
description = ""
|
description = ""
|
||||||
authors = ["Jan Giacomelli <jan@typless.com>"]
|
authors = ["Jan Giacomelli <jan@typless.com>"]
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ quotes = [
|
|||||||
"author": "Robert C. Martin",
|
"author": "Robert C. Martin",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"quote": "You should name a variable using the same "
|
"quote": "You should name a variable using the same "
|
||||||
"care with which you name a first-born child.",
|
"care with which you name a first-born child.",
|
||||||
"author": "Robert C. Martin",
|
"author": "Robert C. Martin",
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user