Skip to content

Commit 0b64064

Browse files
committed
bump: version 0.2.1 β†’ 0.2.2
1 parent a6fd738 commit 0b64064

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

β€Ždocs/conf.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
project = "pytest-copie"
1313
author = "Pierrick Rambaud"
1414
copyright = f"2023-{datetime.now().year}, {author}"
15-
release = "0.2.1"
15+
release = "0.2.2"
1616

1717
# -- General configuration -----------------------------------------------------
1818
extensions = [

β€Žpyproject.tomlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "pytest-copie"
7-
version = "0.2.1"
7+
version = "0.2.2"
88
description = "The pytest plugin for your copier templates πŸ“’"
99
keywords = [
1010
"Python",
@@ -74,7 +74,7 @@ post-install-commands = ["pre-commit install"]
7474
[tool.commitizen]
7575
tag_format = "v$major.$minor.$patch$prerelease"
7676
update_changelog_on_bump = false
77-
version = "0.2.1"
77+
version = "0.2.2"
7878
version_files = [
7979
"pyproject.toml:version",
8080
"pytest_copie/__init__.py:__version__",

β€Žpytest_copie/__init__.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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"

0 commit comments

Comments
Β (0)