Skip to content

Commit 4e107cc

Browse files
authored
Merge pull request #4 from altescy/v0.2.0
Bump version number to v0.2.0
2 parents fcc699f + ebbcca6 commit 4e107cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 = "tinysearch"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = ""
55
authors = ["altescy <altescy@fastmail.com>"]
66

tests/test_tinysearch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
def test_version() -> None:
7-
assert tinysearch.__version__ == "0.1.0"
7+
assert tinysearch.__version__ == "0.2.0"
88

99

1010
def test_bm25() -> None:

0 commit comments

Comments
 (0)