Skip to content

Commit

Permalink
Finally fix images, new version 0.4.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
xals committed Dec 14, 2023
1 parent b6c3171 commit b6cce9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Generates default avatars from a given string (such as username). This is
mainly for an usage in web apps, but you can also use it to populate LDAP
"jpegPhoto" field, for instance.

![](https://github.com/maethor/avatar-generator/blob/master/examples/photo3.png)
![](https://github.com/maethor/avatar-generator/blob/master/examples/photo2.png)
![](https://github.com/maethor/avatar-generator/blob/master/examples/photo1.png)
![Example 3](https://raw.githubusercontent.com/maethor/avatar-generator/master/examples/photo3.png)
![Example 2](https://raw.githubusercontent.com/maethor/avatar-generator/master/examples/photo2.png)
![Example 1](https://raw.githubusercontent.com/maethor/avatar-generator/master/examples/photo1.png)

## Installation

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='avatar-generator',
version='0.4.1',
version='0.4.2',
author="Guillaume Subiron",
author_email="[email protected]",
description="Generates default avatars from a given string (such as username).",
Expand Down

0 comments on commit b6cce9a

Please sign in to comment.