We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49f37f0 commit a1b25ccCopy full SHA for a1b25cc
avatars/__init__.py
@@ -1,2 +1,2 @@
1
# Also modify in pyproject.toml
2
-__version__ = "0.5.2"
+__version__ = "0.6.0"
pyproject.toml
@@ -1,7 +1,7 @@
[tool.poetry]
name = "avatars"
3
# Also modify avatars/__init__.py
4
-version = "0.5.2"
+version = "0.6.0"
5
description = "Python client for Avatar's API"
6
authors = ["Octopize <help@octopize.io>"]
7
license = "Apache-2.0"
0 commit comments