We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bc8fd6 commit 18e68ecCopy full SHA for 18e68ec
‎pyproject.toml‎
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "toml-bench"
3
-version = "0.1.0"
+version = "0.2.0"
4
description = "Benchmarking for python toml libraries"
5
authors = ["pwwang <pwwang@pwwang.com>"]
6
license = "MIT"
‎toml_bench/__init__.py‎
@@ -1,2 +1,2 @@
-__version__ = "0.1.0"
+__version__ = "0.2.0"
0 commit comments