diff --git a/configpilot/__init__.py b/configpilot/__init__.py index 78748d5..fdc1505 100644 --- a/configpilot/__init__.py +++ b/configpilot/__init__.py @@ -39,7 +39,7 @@ __copyright__ = 'Copyright 2017-2020 Valentin BELYN' __license__ = 'MIT License' -__version__ = '1.0.2' +__version__ = '1.1' __build__ = '200519' diff --git a/setup.cfg b/setup.cfg index 79e64fd..339abdd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = configpilot - version = 1.0.2 + version = 1.1 description = A lightweight and powerful configuration parser for Python that automates checks and typecasting. keywords = lightweight, configuration, parser, ini, python3