Skip to content

Commit 88723d7

Browse files
committed
Version bump to 1.1.0
1 parent 18faa77 commit 88723d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "python-picnic-api"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
description = ""
55
license = "Apache-2.0"
66
authors = ["Mike Brink <[email protected]>"]

python_picnic_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
__all__ = ["PicnicAPI"]
44
__title__ = "python-picnic-api"
5-
__version__ = "1.0.0"
5+
__version__ = "1.1.0"
66
__author__ = "Mike Brink"

0 commit comments

Comments
 (0)