From 75b8cae9f9a72510406b1939426279eca7f56965 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sun, 17 Sep 2023 17:17:14 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.5=20=E2=86=92=200.2.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- c_formatter_42/__init__.py | 2 +- setup.cfg | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/c_formatter_42/__init__.py b/c_formatter_42/__init__.py index fe404ae..01ef120 100644 --- a/c_formatter_42/__init__.py +++ b/c_formatter_42/__init__.py @@ -1 +1 @@ -__version__ = "0.2.5" +__version__ = "0.2.6" diff --git a/setup.cfg b/setup.cfg index 4560554..1ba54db 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.5 +current_version = 0.2.6 tag = true commit = true @@ -10,14 +10,14 @@ parse = __version__ = (?P\d+)\.(?P\d+)\.(?P\d+) [metadata] name = c_formatter_42 -version = 0.2.4 +version = 0.2.6 description = formatting tool complient with 42 school's norm long_description = file: README.md long_description_content_type = text/markdown url = https://github.com/dawnbeen/c_formatter_42 -project_urls = +project_urls = Tracker = https://github.com/dawnbeen/c_formatter_42/issues -classifiers = +classifiers = Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 @@ -35,7 +35,7 @@ packages = find: python_requires = >=3.7 [options.package_data] -* = +* = data/* data/.* @@ -43,7 +43,7 @@ python_requires = >=3.7 c_formatter_42 = test_* [options.entry_points] -console_scripts = +console_scripts = c_formatter_42 = c_formatter_42.__main__:main [flake8] @@ -63,7 +63,7 @@ addopts = --cov=c_formatter_42 --cov-report=term-missing source = c_formatter_42 [coverage:report] -exclude_lines = +exclude_lines = pragma: no cover sys.platform NotImplementedError