File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1- __version__ = '3.2 .0'
1+ __version__ = '3.3 .0'
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " opencage"
7- version = " 3.2.0 "
7+ dynamic = [ " version " ]
88description = " Wrapper module for the OpenCage Geocoder API"
99readme = " README.md"
1010requires-python = " >=3.9"
@@ -49,7 +49,10 @@ opencage = "opencage.command_line:main"
4949
5050[project .urls ]
5151Repository = " https://github.com/OpenCageData/python-opencage-geocoder"
52- Download = " https://github.com/OpenCageData/python-opencage-geocoder/tarball/3.2.0"
52+ Download = " https://github.com/OpenCageData/python-opencage-geocoder"
53+
54+ [tool .setuptools .dynamic ]
55+ version = {attr = " opencage.version.__version__" }
5356
5457[tool .coverage .run ]
5558branch = true
You can’t perform that action at this time.
0 commit comments