Skip to content

Commit

Permalink
Update version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
buddly27 committed May 12, 2024
1 parent e9cf634 commit cea4c9d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion doc/release/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
Release Notes
*************

.. release:: Upcoming
.. release:: 0.6.0
:date: 2024-05-11

.. change:: changed

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ backend-path = ["."]

[project]
name = "pytest-cmake"
version = "0.5.2"
version = "0.6.0"
description = "Provide CMake module for Pytest"
readme = "README.md"
requires-python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, <4"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def run(self):

setup(
name="pytest-cmake",
version="0.5.2",
version="0.6.0",
data_files=[
(
"share/Pytest/cmake",
Expand Down

0 comments on commit cea4c9d

Please sign in to comment.