Skip to content

Commit 18e68ec

Browse files
committed
🔖 0.2.0
1 parent 9bc8fd6 commit 18e68ec

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 = "toml-bench"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "Benchmarking for python toml libraries"
55
authors = ["pwwang <pwwang@pwwang.com>"]
66
license = "MIT"

‎toml_bench/__init__.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11

2-
__version__ = "0.1.0"
2+
__version__ = "0.2.0"

0 commit comments

Comments
 (0)