Skip to content

Commit

Permalink
chore: update version to 0.03
Browse files Browse the repository at this point in the history
  • Loading branch information
edimetia3d committed Sep 9, 2023
1 parent 3403fa2 commit f45a49c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pybind11_weaver/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__VERSION__ = "0.0.2"
__VERSION__ = "0.0.3"

import os.path

Expand Down
11 changes: 6 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,19 @@ classifiers = [
"Topic :: Software Development :: Code Generators",
"Topic :: Software Development :: Compilers"
]
[project.urls]
Homepage = "https://github.com/edimetia3d/pybind11_weaver"
Documentation = "https://github.com/edimetia3d/pybind11_weaver"
Repository = "https://github.com/edimetia3d/pybind11_weaver"
Changelog = "https://github.com/edimetia3d/pybind11_weaver/releases"
dependencies = [
"libclang",
"PyYAML",
"pybind11",
]
dynamic = ["version"]

[project.urls]
Homepage = "https://github.com/edimetia3d/pybind11_weaver"
Documentation = "https://github.com/edimetia3d/pybind11_weaver"
Repository = "https://github.com/edimetia3d/pybind11_weaver"
Changelog = "https://github.com/edimetia3d/pybind11_weaver/releases"

[tool.setuptools.dynamic]
version = { attr = "pybind11_weaver.__VERSION__" }

Expand Down

0 comments on commit f45a49c

Please sign in to comment.