Skip to content

Commit f45a49c

Browse files
committed
chore: update version to 0.03
1 parent 3403fa2 commit f45a49c

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

pybind11_weaver/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__VERSION__ = "0.0.2"
1+
__VERSION__ = "0.0.3"
22

33
import os.path
44

pyproject.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,19 @@ classifiers = [
2222
"Topic :: Software Development :: Code Generators",
2323
"Topic :: Software Development :: Compilers"
2424
]
25-
[project.urls]
26-
Homepage = "https://github.com/edimetia3d/pybind11_weaver"
27-
Documentation = "https://github.com/edimetia3d/pybind11_weaver"
28-
Repository = "https://github.com/edimetia3d/pybind11_weaver"
29-
Changelog = "https://github.com/edimetia3d/pybind11_weaver/releases"
3025
dependencies = [
3126
"libclang",
3227
"PyYAML",
3328
"pybind11",
3429
]
3530
dynamic = ["version"]
3631

32+
[project.urls]
33+
Homepage = "https://github.com/edimetia3d/pybind11_weaver"
34+
Documentation = "https://github.com/edimetia3d/pybind11_weaver"
35+
Repository = "https://github.com/edimetia3d/pybind11_weaver"
36+
Changelog = "https://github.com/edimetia3d/pybind11_weaver/releases"
37+
3738
[tool.setuptools.dynamic]
3839
version = { attr = "pybind11_weaver.__VERSION__" }
3940

0 commit comments

Comments
 (0)