Skip to content

Commit

Permalink
update version to 0.1.1 in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jieggii committed Aug 9, 2024
1 parent d02f0ef commit b9fe547
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "minicfg"
version = "0.1.0"
version = "0.1.1"
description = "Lightweight and opinionated config library for your Python services."
authors = [
{name = "jieggii", email = "[email protected]"},
Expand Down Expand Up @@ -39,4 +39,4 @@ multi_line_output = 3
include_trailing_comma = true
force_grid_wrap = 0
use_parentheses = true
line_length = 120
line_length = 120

0 comments on commit b9fe547

Please sign in to comment.