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 18faa77 commit 88723d7Copy full SHA for 88723d7
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "python-picnic-api"
3
-version = "1.0.0"
+version = "1.1.0"
4
description = ""
5
license = "Apache-2.0"
6
authors = ["Mike Brink <[email protected]>"]
python_picnic_api/__init__.py
@@ -2,5 +2,5 @@
__all__ = ["PicnicAPI"]
__title__ = "python-picnic-api"
-__version__ = "1.0.0"
+__version__ = "1.1.0"
__author__ = "Mike Brink"
0 commit comments