increment version

This commit is contained in:
2025-10-30 08:12:10 +03:00
parent 98867d69a7
commit e71685aad9
3 changed files with 2 additions and 26 deletions

2
.gitignore vendored
View File

@@ -1,3 +1,3 @@
src/config_manager/__pycache__/basic_application.cpython-312.pyc
__pycache__
venv/
.vscode/

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "config_manager"
version = "1.0.3"
version = "1.0.4"
description = "Config manager for building applications"
authors = [
{ name = "Aleksei Zosimov", email = "lesha.spb@gmail.com" }

View File

@@ -1,24 +0,0 @@
[metadata]
name = config_manager
version = 1.0.1
author = Aleksei Zosimov
author_email = lesha.spb@gmail.com
description = Base application with configuration and logging features.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://git.lesha.spb.ru/alex/config_manager
project_urls =
Bug Tracker = https://git.lesha.spb.ru/alex/config_manager/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
package_dir =
= src
packages = find:
python_requires = >=3.10
[options.packages.find]
where = src