Skip to content

Commit

Permalink
Version 1.1.2 - Fix: Long big hair - thanks to @peterbe
Browse files Browse the repository at this point in the history
  • Loading branch information
kebu committed Feb 16, 2021
1 parent dde5f5a commit 9552141
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ jobs:
python: 3.7
- os: linux
python: 3.8
- os: linux
python: pypy3

before_install:
- python --version
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ avatar = pa.PyAvataaar(
skin_color=pa.SkinColor.LIGHT,
hair_color=pa.HairColor.BROWN,
facial_hair_type=pa.FacialHairType.DEFAULT,
facial_hair_color=pa.FacialHairColor.BLACK,
facial_hair_color=pa.HairColor.BLACK,
top_type=pa.TopType.SHORT_HAIR_SHORT_FLAT,
hat_color=pa.Color.BLACK,
mouth_type=pa.MouthType.SMILE,
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 @@

setuptools.setup(
name='py-avataaars',
version='1.1.0',
version='1.1.2',
license='MIT',
description='Python Avatar generator library',
long_description=long_description,
Expand Down

0 comments on commit 9552141

Please sign in to comment.