Skip to content

Commit

Permalink
0.9.8a0
Browse files Browse the repository at this point in the history
  • Loading branch information
drernie committed Oct 22, 2023
1 parent 88b6490 commit 4a2414a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,17 @@ ifeq ($(TEST_OS),windows-latest)
TEST_README=''
endif

all: install update test
all: lock install update test

clean:
rm -rf coverage_html
rm -f coverage*
rm -f .coverage*
rm -rf quiltplus/.pytest_cache

lock:
poetry lock

install:
poetry install

Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "quiltplus"
version = "0.9.7"
version = "0.9.8a0"
description = "Async Python API for Quilt's fractal social knowledge platform"
authors = ["Ernest Prabhakar <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 4a2414a

Please sign in to comment.