Skip to content

Commit d7080b6

Browse files
Change version control to dynamic controlled by release tags
1 parent 4c680d6 commit d7080b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ def read_file(file):
4747
],
4848
python_requires='>=3.11, <3.14',
4949
name="harmonic",
50-
version="1.3.0",
5150
prefix=".",
5251
url="https://github.com/astro-informatics/harmonic",
5352
author="Jason D. McEwen, Alicja Polanska, Christopher G. R. Wallis, Matthew A. Price, Matthew M. Docherty, Kiyam Lin, Zixiao Hu & Contributors",
@@ -61,6 +60,7 @@ def read_file(file):
6160
include_package_data=True,
6261
package_data={"harmonic": ["default-logging-config.yaml"]},
6362
cmdclass={"build_ext": build_ext},
63+
dynamic = ["version",],
6464
ext_modules=cythonize(
6565
[
6666
Extension(

0 commit comments

Comments
 (0)