File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212project = "pytest-copie"
1313author = "Pierrick Rambaud"
1414copyright = f"2023-{ datetime .now ().year } , { author } "
15- release = "0.2.1 "
15+ release = "0.2.2 "
1616
1717# -- General configuration -----------------------------------------------------
1818extensions = [
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " pytest-copie"
7- version = " 0.2.1 "
7+ version = " 0.2.2 "
88description = " The pytest plugin for your copier templates π"
99keywords = [
1010 " Python" ,
@@ -74,7 +74,7 @@ post-install-commands = ["pre-commit install"]
7474[tool .commitizen ]
7575tag_format = " v$major.$minor.$patch$prerelease"
7676update_changelog_on_bump = false
77- version = " 0.2.1 "
77+ version = " 0.2.2 "
7878version_files = [
7979 " pyproject.toml:version" ,
8080 " pytest_copie/__init__.py:__version__" ,
Original file line number Diff line number Diff line change 11"""The init file of the package."""
22
3- __version__ = "0.2.1 "
3+ __version__ = "0.2.2 "
44__author__ = "Pierrick Rambaud"
55__email__ = "pierrick.rambaud49@gmail.com"
You canβt perform that action at this time.
0 commit comments