Skip to content

Commit 377107a

Browse files
authored
Merge pull request #373 from yfukai/version-0.16
bump version to 0.16
2 parents 8e78ec7 + 80c5d2b commit 377107a

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 = "laptrack"
3-
version = "0.15.1"
3+
version = "0.16.0"
44
description = "LapTrack"
55
authors = ["Yohsuke Fukai <ysk@yfukai.net>"]
66
license = "BSD-3-Clause"

src/laptrack/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
"datasets",
1919
]
2020

21-
__version__ = "0.15.1"
21+
__version__ = "0.16.0"

0 commit comments

Comments
 (0)