File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ path = "oembedpy/__init__.py"
55search = " __version__ = \" {{current_version}}\" "
66replace = " __version__ = \" {{new_version}}\" "
77
8+ [[files ]]
9+ path = " pyproject.toml"
10+ search = " version = \" {{current_version}}\" "
11+ replace = " version = \" {{new_version}}\" "
12+
813[[files ]]
914path = " pyproject.toml"
1015search = " Documentation = \" https://oembedpy.readthedocs.io/en/v{{current_version}}/\" "
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ build-backend = "flit_core.buildapi"
44
55[project ]
66name = " oEmbedPy"
7+ version = " 0.7.2"
8+ description = " oEmbed client for Python."
79readme = " README.rst"
810requires-python = " >=3.9"
911license = {file = " LICENSE" }
@@ -29,7 +31,6 @@ dependencies = [
2931 " lxml" ,
3032 " platformdirs" ,
3133]
32- dynamic = [" version" , " description" ]
3334
3435[project .optional-dependencies ]
3536cli = [" Click>=8" ]
You can’t perform that action at this time.
0 commit comments