Skip to content

Commit

Permalink
Update version to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
buddly27 committed Oct 11, 2024
1 parent bdd7575 commit c59bc95
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.10.0
:date: 2024-10-11

.. change:: new

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.9.0"
version = "0.10.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.9.0",
version="0.10.0",
data_files=[
(
"share/Pytest/cmake",
Expand Down

0 comments on commit c59bc95

Please sign in to comment.