Skip to content

Commit 4a2414a

Browse files
committed
0.9.8a0
1 parent 88b6490 commit 4a2414a

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,17 @@ ifeq ($(TEST_OS),windows-latest)
77
TEST_README=''
88
endif
99

10-
all: install update test
10+
all: lock install update test
1111

1212
clean:
1313
rm -rf coverage_html
1414
rm -f coverage*
1515
rm -f .coverage*
1616
rm -rf quiltplus/.pytest_cache
1717

18+
lock:
19+
poetry lock
20+
1821
install:
1922
poetry install
2023

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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 = "quiltplus"
3-
version = "0.9.7"
3+
version = "0.9.8a0"
44
description = "Async Python API for Quilt's fractal social knowledge platform"
55
authors = ["Ernest Prabhakar <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)