Compare commits

...

3 Commits

Author SHA1 Message Date
0b33d376c2 update
Signed-off-by: Jess Frazelle <github@jessfraz.com>
2022-07-21 13:36:12 -07:00
95faa77326 update
Signed-off-by: Jess Frazelle <github@jessfraz.com>
2022-07-21 13:36:12 -07:00
39b183c731 I HAVE GENERATED YOUR NEW DOCS! 2022-07-21 20:25:42 +00:00
4 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ jobs:
- name: Ensure no files changed
shell: bash
run: |
if [[ `git status --porcelain` ]]; then
if [[ `git status --porcelain kittycad/` ]]; then
echo "Files changed, exiting";
exit 1;
else

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "kittycad"
version = "0.2.7"
version = "0.2.8"
description = "A client library for accessing KittyCAD"
authors = []