Skip to content

Commit

Permalink
🔖 0.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
pwwang committed Jun 24, 2023
1 parent 571664e commit 81db714
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"

[tool.poetry]
name = "python-simpleconf"
version = "0.5.7"
version = "0.5.8"
description = "Simple configuration management with python."
authors = [ "pwwang <pwwang@pwwang.com>",]
license = "MIT"
Expand Down Expand Up @@ -44,5 +44,5 @@ junit_family = "xunit1"

[tool.black]
line-length = 80
target-version = ['py37', 'py38', 'py39']
target-version = ['py37', 'py38', 'py39', 'py310']
include = '\.pyi?$'
2 changes: 1 addition & 1 deletion simpleconf/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .config import Config, ProfileConfig

__version__ = "0.5.7"
__version__ = "0.5.8"

0 comments on commit 81db714

Please sign in to comment.