Skip to content

Commit c80c94e

Browse files
committed
update formatting
1 parent 31300b4 commit c80c94e

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
Python client for using the computerender API.
1818

1919
## Updates
20+
2021
- v0.1: Improved Error handling
2122
- v0.0: Img2img!
2223

@@ -66,12 +67,12 @@ result_bytes = asyncio.run(
6667
)
6768
```
6869

69-
"a cow wearing sunglasses"
70-
<img src="https://i.imgur.com/nhEQtQo.jpg"
70+
"a cow wearing sunglasses"
71+
<img src="https://i.imgur.com/nhEQtQo.jpg"
7172
alt="a cow wearing sunglasses" width="256"/>
7273

73-
"van gogh painting of a cow wearing sunglasses"
74-
<img src="https://i.imgur.com/0qV4YB2.jpg"
74+
"van gogh painting of a cow wearing sunglasses"
75+
<img src="https://i.imgur.com/0qV4YB2.jpg"
7576
alt="van gogh painting of a cow wearing sunglasses" width="256"/>
7677

7778
## License

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "computerender"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
description = "Computerender"
55
authors = ["computerender <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)