Skip to content

Commit

Permalink
Bump version: 0.2.5 → 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
cacharle committed Sep 17, 2023
1 parent 94a229e commit 75b8cae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion c_formatter_42/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.5"
__version__ = "0.2.6"
14 changes: 7 additions & 7 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.5
current_version = 0.2.6
tag = true
commit = true

Expand All @@ -10,14 +10,14 @@ parse = __version__ = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\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
Expand All @@ -35,15 +35,15 @@ packages = find:
python_requires = >=3.7
[options.package_data]
* =
* =
data/*
data/.*
[options.exclude_package_data]
c_formatter_42 = test_*
[options.entry_points]
console_scripts =
console_scripts =
c_formatter_42 = c_formatter_42.__main__:main
[flake8]
Expand All @@ -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
Expand Down

0 comments on commit 75b8cae

Please sign in to comment.