Skip to content

Commit ee06fee

Browse files
authored
update version to 0.10.1 (#217)
1 parent e05e4a0 commit ee06fee

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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 = "spylib"
3-
version = "0.10.0"
3+
version = "0.10.1"
44
description = "A library to facilitate interfacing with Shopify's API"
55
authors = ["Anthony Hillairet <ant@satel.ca>"]
66
maintainers = ["Anthony Hillairet <ant@satel.ca>", "Lishan Luo <lishan@satel.ca>", "Frank Chung <frank@satel.ca>"]

spylib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""A library to facilitate interfacing with Shopify's API."""
22

3-
__version__ = '0.10.0'
3+
__version__ = '0.10.1'

0 commit comments

Comments
 (0)