From 0da264ab1dd330094effcb0fe166005fa47ce2f4 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Thu, 5 Oct 2023 13:35:57 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.6=20=E2=86=92=200.2.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- c_formatter_42/__init__.py | 2 +- setup.cfg | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/c_formatter_42/__init__.py b/c_formatter_42/__init__.py index 01ef120..6cd38b7 100644 --- a/c_formatter_42/__init__.py +++ b/c_formatter_42/__init__.py @@ -1 +1 @@ -__version__ = "0.2.6" +__version__ = "0.2.7" diff --git a/setup.cfg b/setup.cfg index 1ba54db..32476bc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.6 +current_version = 0.2.7 tag = true commit = true @@ -15,9 +15,9 @@ 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