From efb5873c6c53596ea4dcb37d376d157be60a7987 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sat, 2 Sep 2023 14:50:59 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.4=20=E2=86=92=200.2.5?= 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 788da1f..fe404ae 100644 --- a/c_formatter_42/__init__.py +++ b/c_formatter_42/__init__.py @@ -1 +1 @@ -__version__ = "0.2.4" +__version__ = "0.2.5" diff --git a/setup.cfg b/setup.cfg index 8420a79..4560554 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.4 +current_version = 0.2.5 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