Skip to content

Commit

Permalink
🔖 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pwwang committed Sep 21, 2022
1 parent 2e77a05 commit 62d4f65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "toml-bench"
version = "0.0.4"
version = "0.1.0"
description = "Benchmarking for python toml libraries"
authors = ["pwwang <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 2 additions & 0 deletions toml_bench/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

__version__ = "0.1.0"

0 comments on commit 62d4f65

Please sign in to comment.