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..9c4a51e 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 @@ -10,7 +10,7 @@ parse = __version__ = (?P\d+)\.(?P\d+)\.(?P\d+) [metadata] name = c_formatter_42 -version = 0.2.6 +version = 0.2.7 description = formatting tool complient with 42 school's norm long_description = file: README.md long_description_content_type = text/markdown