PDEBench icon indicating copy to clipboard operation
PDEBench copied to clipboard

Version in code is not version in repo

Open EngrStudent opened this issue 4 months ago • 0 comments
trafficstars

When I look at this site: https://github.com/pdebench/PDEBench

And I click on the release link which goes here: https://github.com/pdebench/PDEBench/releases/tag/v0.1.0

It gives this for the version v0.1.0

But when I look in this file: https://github.com/pdebench/PDEBench/blob/main/pdebench/init.py

It gives this for the version: version = "0.0.1"

They do not match 0.1.0 != 0.0.1

EngrStudent avatar Jul 23 '25 19:07 EngrStudent