Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pwwang committed Dec 5, 2019
1 parent f0b7d74 commit 54da263
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"

[tool.poetry]
name = "python-simpleconf"
version = "0.1.11"
version = "0.2.0"
description = "Simple configuration management with python."
authors = [ "pwwang <pwwang@pwwang.com>",]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion simpleconf.py
@@ -1,5 +1,5 @@
"""Simple configuration management with python"""
__version__ = "0.1.11"
__version__ = "0.2.0"
import re
import ast
from os import path
Expand Down

0 comments on commit 54da263

Please sign in to comment.