Skip to content

Commit 6d9258d

Browse files
committed
release
1 parent c816141 commit 6d9258d

File tree

4 files changed

+18
-13
lines changed

4 files changed

+18
-13
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
<!-- do not remove -->
44

5+
## 0.0.7
6+
7+
8+
9+
510
## 0.0.6
611

712

agora/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.6"
1+
__version__ = "0.0.7"

nbs/00_client.ipynb

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@
627627
" 'storeBrandMatch': []})"
628628
]
629629
},
630-
"execution_count": 7,
630+
"execution_count": null,
631631
"metadata": {},
632632
"output_type": "execute_result"
633633
}
@@ -670,7 +670,7 @@
670670
" '_adjustedScore': 0.693359375}"
671671
]
672672
},
673-
"execution_count": 8,
673+
"execution_count": null,
674674
"metadata": {},
675675
"output_type": "execute_result"
676676
}
@@ -2280,7 +2280,7 @@
22802280
" 'values': ['XS', 'SM', 'MD', 'LG', 'XL', '2XL', '3XL']}]}}"
22812281
]
22822282
},
2283-
"execution_count": 10,
2283+
"execution_count": null,
22842284
"metadata": {},
22852285
"output_type": "execute_result"
22862286
}
@@ -2331,7 +2331,7 @@
23312331
" 'items': []}"
23322332
]
23332333
},
2334-
"execution_count": 12,
2334+
"execution_count": null,
23352335
"metadata": {},
23362336
"output_type": "execute_result"
23372337
}
@@ -2404,7 +2404,7 @@
24042404
" 'slug': 'ann-arbor-michigan-shirt-8cdf02a1-2e00-4de0-9778-936ff4427329-1719356290515'}]})"
24052405
]
24062406
},
2407-
"execution_count": 14,
2407+
"execution_count": null,
24082408
"metadata": {},
24092409
"output_type": "execute_result"
24102410
}
@@ -2478,7 +2478,7 @@
24782478
" 'slug': 'ann-arbor-michigan-shirt-8cdf02a1-2e00-4de0-9778-936ff4427329-1719356290515'}]})"
24792479
]
24802480
},
2481-
"execution_count": 16,
2481+
"execution_count": null,
24822482
"metadata": {},
24832483
"output_type": "execute_result"
24842484
}
@@ -2518,7 +2518,7 @@
25182518
"(200, {'status': 'success', 'data': None, 'message': 'Cart cleared'})"
25192519
]
25202520
},
2521-
"execution_count": 18,
2521+
"execution_count": null,
25222522
"metadata": {},
25232523
"output_type": "execute_result"
25242524
}
@@ -2613,7 +2613,7 @@
26132613
" 'version': '0.2.2'})"
26142614
]
26152615
},
2616-
"execution_count": 20,
2616+
"execution_count": null,
26172617
"metadata": {},
26182618
"output_type": "execute_result"
26192619
}
@@ -2644,7 +2644,7 @@
26442644
" 'version': '0.2.2'})"
26452645
]
26462646
},
2647-
"execution_count": 21,
2647+
"execution_count": null,
26482648
"metadata": {},
26492649
"output_type": "execute_result"
26502650
}
@@ -2905,7 +2905,7 @@
29052905
" 'slug': 'favorite-shirt-a97905a6-11c3-4fb8-8fec-86adf3b97517-1737293426144'}]}])"
29062906
]
29072907
},
2908-
"execution_count": 24,
2908+
"execution_count": null,
29092909
"metadata": {},
29102910
"output_type": "execute_result"
29112911
}
@@ -2970,7 +2970,7 @@
29702970
" 'slug': 'wella-flat-tint-brush-small-ca32d8e8-3666-49ed-82a7-d846c2f1525f-1737115015439'}]})"
29712971
]
29722972
},
2973-
"execution_count": 26,
2973+
"execution_count": null,
29742974
"metadata": {},
29752975
"output_type": "execute_result"
29762976
}

settings.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[DEFAULT]
22
repo = agora-python
33
lib_name = agora_python
4-
version = 0.0.6
4+
version = 0.0.7
55
min_python = 3.7
66
license = apache2
77
black_formatting = False

0 commit comments

Comments
 (0)