Skip to content

Commit eb954d0

Browse files
committed
Marking for 2.0.3 patch release
1 parent 819dcbb commit eb954d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ classifiers=[
1515
]
1616
dependencies = ["pybind11", "decorator"]
1717
#dynamic = ["version"]
18-
version = "2.0.2"
18+
version = "2.0.3"
1919

2020
[project.urls]
2121
"Homepage" = "https://github.com/LLNL/PYB11Generator"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
setuptools.setup(
2323
name = "PYB11Generator",
24-
version = "2.0.2",
24+
version = "2.0.3",
2525
author = "J. Michael Owen",
2626
author_email = "[email protected]",
2727
description = "A code generator for the pybind11 C++ <-> Python language binding tool",

0 commit comments

Comments
 (0)