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 6ce9d2b commit 9a8ff17Copy full SHA for 9a8ff17
poodle/version.py
@@ -1,3 +1,3 @@
1
"""Version information."""
2
3
-__version__ = "0.1.0"
+__version__ = "0.1.1"
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "poodle-python"
-version = "0.1.0"
+version = "0.1.1"
4
description = "Python SDK for the Poodle's email sending API"
5
authors = ["Wilbert Liu <[email protected]>"]
6
readme = "README.md"
0 commit comments